标签: python numpy
我一直在和numpy玩耍,我有一个琐碎的问题。
np.dot(v1, v2)
和
v1.dot(v2)
两者似乎都以相同的方式表现,至少看看我测试过的东西,两者之间是否有任何非凡的区别?