times

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