times

operator fun IntMatrix.times(other: IntMatrix): IntMatrix

Multiply the two matrices (using matrix multiplication). This requires the width of the left matrix to be equal to the height of the right matrix.