Multiply two matrices. O(A.terms * B.cols + B.terms * A.rows).
O(A.terms * B.cols + B.terms * A.rows)
The product of the two matrices.
The first matrix.
The second matrix.
Generated using TypeDoc
Multiply two matrices.
O(A.terms * B.cols + B.terms * A.rows)
.Returns
The product of the two matrices.