rows (optional) Number of rows in the matrix.
columns (optional) Number of columns in the matrix.
Dcomplex If present and nonzero, creates a double-precision complex matrix.
Double If present and nonzero, creates a double-precision matrix.
Format Scalar string specifying the precise format of the data to be read. If Format is not specified, PV-WAVE uses its default rules for formatting the input. The character string should start with a left parenthesis and end with a right parenthesis. For example:
Format = '(f10.5)'
The matrix-printing procedures PM or PMF must be used to correctly print a matrix read in with RMF.
RMF, 0, a, 2, 3
: 11 22 33
: 40 50 60
PM, a
11.0000 22.0000 33.0000
40.0000 50.0000 60.0000
See Matrices in Chapter 5 of the PV-WAVE Programmer's Guide for more information.