plusAssign

operator fun MutableIntMatrix.plusAssign(other: Int)

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