willsonlincake 发表于 2022-4-10 16:53:03

NumPy点积

import numpy as np
dotproduct = np.dot(2,3)
print(dotproduct)
结果是6
页: [1]
查看完整版本: NumPy点积