[
library(matrix_util)
|
Reference Manual
|
Alphabetic Index
]
matrix(+NRow, +NCols, -Rows)
Create a matrix as a list of rows
Examples
?- matrix(2,3,M). M = [[_175, _177, _179], [_183, _185, _187]] Yes (0.00s cpu)