matrixOfLongs

fun matrixOfLongs(nRows: Int, nCols: Int, value: Long = 0): Array<LongArray>

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