api / koma.ndarray / NumericalNDArray / times

times

abstract operator fun times(other:NDArray<T>):NumericalNDArray<T> abstract operator fun times(other:T):NumericalNDArray<T>