Dot product of two arrays. ... dot(a, b)[i,j,k,m] = sum(a[i,j,:] * b[k,:,m]) ... Examples. >>> np.dot(3, 4) 12. Neither argument is complex-conjugated:.
確定! 回上一頁