open operator override fun times(other: M): M Multiplies this matrix by the other matrix of the same size.
open operator override fun times(vector: V): V Multiplies this matrix by a given vector.
open operator override fun times(number: T): M Multiplies this matrix by a given number.