Calculate the element-wise outer product of two matrices, A
& B
The result should be a 10x3x5 array where the ith 3x5 array is the outer product of A i A_i Ai and B i B_i Bi.
Calculate the element-wise outer product of two matrices, A
& B
The result should be a 10x3x5 array where the ith 3x5 array is the outer product of A i A_i Ai and B i B_i Bi.