plus

operator fun IntMatrix.plus(other: Int): IntMatrix

Element-wise addition of two matrices. It requires the other matrix to be strictly larger than the left side matrix. The result is a matrix of the size of the receiver.