times

abstract operator fun times(other: T): T

Multiplies this matrix by the other matrix of the same size.

abstract operator fun times(number: Float): T

Multiplies this matrix by a given number.