minusAssign

operator fun MutableIntMatrix.minusAssign(other: Int)

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