0

I would like to perform a series of rotations with mxm arrays on a series nxm matrices in a vectorized fashion (1000xmxm dot 1000xnxm --> 1000xnxm). This question seems to have the answer if my nxm matrices were 1xm vectors, but unfortunately they are not. I was wondering if there is an einsum that I could use, or some other matrix manipulation to not have to loop over 1000 times.

0 Answers0