Previous: matpct Up: ../plot79_m.html Next: matpx
SUBROUTINE MATPM (NPRINT,LABEL,LENGTH,T)
C$ (Print Matrix)
C$ Print a 4 x 4 matrix with an identifying label. The
C$ arguments are:
C$
C$ NPRINT.....FORTRAN unit number of print file.
C$ LABEL(*)...Packed Hollerith text for label.
C$ LENGTH.....Number of characters in LABEL(*); only the first
C$ 80 will be printed.
C$ T(4,4).....Matrix to be printed.
C$
C$ (11-SEP-85)