分类:元素相乘:multply()矩阵相乘:dot()、matmul()、'@'' * ': 是特别的。在数组操作中,作为元素相乘;在矩阵操作中作为矩阵相乘。以下举例说明import numpy as np在 ...
確定! 回上一頁