api / koma.matrix / Matrix / times

times

abstract operator fun times(other:Matrix<T>):Matrix<T> abstract operator fun times(other:T):Matrix<T>