times

operator fun RealMatrix.times(double: Double): RealMatrix
operator fun Double.times(matrix: RealMatrix): RealMatrix
operator fun RealMatrix.times(other: RealMatrix): RealMatrix
operator fun RealVector.times(other: RealVector): RealVector
operator fun RealVector.times(number: Number): RealVector
operator fun Number.times(vector: RealVector): RealVector