divAssign

operator fun MutableIntMatrix.divAssign(other: Int)

Element-wise division of two matrices into the receiver. It requires the other matrix to be strictly larger than the left side matrix.