minus

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

Element-wise subtraction 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.