Computes the matrix multiplication of this * other.
The matrix to multiply with this one.
A new matrix of size this.rowCount x other.colCount.
See Implementation
Computes the matrix multiplication of this * other.