Printing contains subroutines for printing various things.
Module | Variables |
---|---|
DEFINITIONS | DP, LINE_LENGTH |
IO_UNITS | OUTPUT |
None.
There are two procedures in this module which are both subroutines.
Subroutine | Purpose |
---|---|
PRINT_MATRIX | Print a real matrix (full storage). |
PRINT_SYMMETRIC_MATRIX | Print a symmetric matrix (upper triangle storage). |
Argument | Type | Intent | Optional | Purpose |
---|---|---|---|---|
MATRIX | Real(:,:) | In | No | The matrix to be printed. |
TITLE | Character | In | Yes | A title to be printed. |
Argument | Type | Intent | Optional | Purpose |
---|---|---|---|---|
MATRIX | Real(:) | In | No | The matrix to be printed. |
TITLE | Character | In | Yes | A title to be printed. |
Stable.