Previous: mattr Up: ../plot79_m.html Next: mattv


MATTRN

       SUBROUTINE  MATTRN (TTRANS,T)
 C$    (Transpose of Matrix)
 C$    Return  in  TTRANS(4,4)  the  transpose  of  T(4,4).    The
 C$    arguments may be the same matrix if desired.
 C$    (23-DEC-82)