hi,
I have a number of 3x3
matricess that I want to multiply together For example:
m1*m2*m3*m4*m5
Although MTL is a recommended way, I don't have this library and can't use it.
Can someone please suggest a conventional way to multiply these 3x3
matrices (all matrices m1 to m5). Code snippet (for matrix multiplication and multiplying n matrices together) or pointer to some online code will be very useful