inline operator fun Matrix.times(m: Matrix): Matrix
Multiplies this Matrix by another matrix and returns the result as a new matrix.