实例1 import numpy.matlib import numpy as np a = np.array([1,2,3,4]) b = np.array([11,12,13,14]) c = np.dot(a,b) #点乘:按相同小标相 ...
確定! 回上一頁