LIST
Syntax: LIST\MATRIX matrix
LIST\MATRIX\FORMAT matrix (format)
The LIST\MATRIX command displays a listing of a matrix. The format
defaults to 1PD13.4 Use the \FORMAT qualifier to indicate that a user
specified format has been entered. The format must be enclosed in
parentheses, ( and ). Any standard Fortran format is valid, but only
REAL variables can be displayed. Do not use INTEGER, LOGICAL or
CHARACTER formats.
The \PAGE qualifier only applies to listings of vectors. If the \PAGE
qualifier is used, the listing will be paged, that is, after every
twenty lines have been displayed, you will be asked if you want to
continue or quit. Type any key to continue the listing.
By default, a counter is displayed, on the left, under the # header.
To turn off the display of this counter, use the \-COUNTER qualifier.