div

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

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