times

open operator override fun Matrix<Double>.times(value: Double): EjmlDoubleMatrix<DMatrixSparseCSC>(source)
open operator override fun Double.times(m: Matrix<Double>): EjmlDoubleMatrix<DMatrixSparseCSC>(source)
open operator override fun Point<Double>.times(value: Double): EjmlDoubleVector<DMatrixSparseCSC>(source)
open operator override fun Double.times(v: Point<Double>): EjmlDoubleVector<DMatrixSparseCSC>(source)