matrixOfLongs

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

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