[ 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
- Author: Joachim Schimpf, IC-Parc
- Copyright © Cisco Systems, Inc
- Date: $Date: 2006/09/23 01:55:28 $
Generated from matrix_util.eci on Sat Nov 8 06:56:12 2008