Multiplies two matrices in the linear algebra way. Throws if column length of the left term does not equal to row length of the right term.
The left hand term.
The product matrix of two.
Multiplies two matrices in the linear algebra way. Throws if column length of the left term does not equal to row length of the right term.