times

open operator override fun times(other: T): T

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

open operator override fun times(number: Float): T

Multiplies this matrix by a given number.