matrixOfInts

fun matrixOfInts(nRows: Int, nCols: Int, value: Int = 0): Array<IntArray>

Creates a matrix of Ints with nRows and nCols containing the supplied value