13.2.10 Output_ELL_Matrix Procedure

The Output_ELL_Matrix procedure writes out a section of a ELL Matrix to the specified unit.

Calling syntax:

call Output (ELLM, Row_First, Row_Last, Unit, Indent)

Input variables:

 ELLM  The ELL_Matrix object to be queried.
 Row_First  The first row location to be output. [Optional]
 Row_Last  The last row location to be output. [Optional]
 Unit  The logical unit for output, which defaults to 6.
 Indent  Number of indentation characters. [Optional]

The Output_ELL_Matrix code listing contains additional documentation.

Michael L. Hall