times

operator fun times(other: Matrix): Matrix
operator fun times(scale: Double): Matrix
operator fun times(scale: Float): Matrix