
matrix(+NRow, +NCols, -Rows)

   Create a matrix as a list of rows

Type
   library(matrix_util)

Examples
   
    ?- matrix(2,3,M).
    M = [[_175, _177, _179], [_183, _185, _187]]
    Yes (0.00s cpu)
    


