convert/matrix
convert an array, a list of lists, or a Matrix to a matrix
Calling Sequence
Parameters
Description
Examples
convert(A, matrix)
A
-
two-dimensional array, list of lists, or rtable-based Matrix
The convert(A, matrix) calling sequence converts any of the following objects into a matrix:
* two-dimensional array
* list of lists
* rtable-based Matrix
Note: The command matrix has been superseded by Matrix.
See Also
array(deprecated)
convert
convert/array
convert/Matrix
Matrix
matrix(deprecated)
type/matrix
type/Matrix
Download Help Document