remAssign

operator fun MutableIntMatrix.remAssign(other: Int)

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