What I'm trying to do is to element-wise multiply each column of B (axis 1) by A. Basically something like this: C = np.zeros((M,N)) for m ...
確定! 回上一頁