The Output_Monomial procedure writes out a section of a Mathematic Vector to the specified unit.
Calling syntax:
call Output (Monomial, First, Last, Unit, Indent, status) |
Input variables:
Monomial | The Monomial object to be queried. | ||
First | The first location to be output. [Optional] | ||
Last | The last location to be output. [Optional] | ||
Unit | The logical unit for output, which defaults to 6. | ||
Indent | Number of indentation characters. [Optional] |
Output variables:
status | If present, the status variable is set to either 'Memory Error' or 'Success' depending on program execution. If not present, the procedure aborts if unsuccessful when the DEBUG_LEVEL is set high enough. |
Internal variables:
Coefficient_MV | Temporary Mathematic Vector for the Coefficient. | ||
Phi_k_MV | Temporary Mathematic Vector for Phi_k. | ||
allocate_status | Allocation Status. | ||
consolidated_status | Consolidated Status. |
The Output_Monomial code listing contains additional documentation.
Michael L. Hall