div

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