div

open operator fun div(scalar: Double): Matrix<R, C>(source)
open operator fun div(scalar: Number): Matrix<R, C>(source)

Divides this matrix by a scalar.