matrixOfInts

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

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