PRINTING


Function

Printing contains subroutines for printing various things.

Dependencies

Module Variables
DEFINITIONS DP, LINE_LENGTH
IO_UNITS OUTPUT


Public Variables

None.

Public Procedures

There are two procedures in this module which are both subroutines.

SubroutinePurpose
PRINT_MATRIX Print a real matrix (full storage).
PRINT_SYMMETRIC_MATRIX Print a symmetric matrix (upper triangle storage).


PRINT_MATRIX

Argument Type Intent Optional Purpose
MATRIX Real(:,:) In No The matrix to be printed.
TITLE Character In Yes A title to be printed.




PRINT_SYMMETRIC_MATRIX

Argument Type Intent Optional Purpose
MATRIX Real(:) In No The matrix to be printed.
TITLE Character In Yes A title to be printed.




Stability

Stable.



Back to the DYNAMO Home-Page.