[ The ECLiPSe Libraries | Reference Manual | Alphabetic Index ]

library(matrix_util)

Predicates to build matrices from lists

Predicates

concat(+RowsOrCols, -List)
Concatenate all the rows (or columns) into a flat list
list2rows(+List, +NRows, +NCols, -Cols)
Create a matrix from a flat list of row-wise listed elements
list2rows(+List, +NRows, +NCols, -Rows)
Create a matrix from a flat list of row-wise listed elements
matrix(+NRow, +NCols, -Rows)
Create a matrix as a list of rows
matrix(+NRows, +NCols, -Rows, -Cols)
Create a matrix as both a list of rows and a list of columns
read_data(+File, ?List, -Length)
Read numbers from a file into List
transpose(+Matrix, -Transposed)
Transpose a matrix (list of rows or list of columns)

About


Generated from matrix_util.eci on Sat Aug 7 01:44:24 2004