NAG Library Manual, Mark 27.2
Interfaces:  FL   CL   CPP   AD 

NAG CL Interface Introduction
Example description

nag_matop_ztrttf (f01vfc) Example Program Results

 Unpacked Matrix A:
                1              2              3              4
 1  ( 1.10, 1.10)  ( 1.20, 1.20)  ( 1.30, 1.30)  ( 1.40, 1.40)
 2                 ( 2.20, 2.20)  ( 2.30, 2.30)  ( 2.40, 2.40)
 3                                ( 3.30, 3.30)  ( 3.40, 3.40)
 4                                               ( 4.40, 4.40)

 RFP Packed Array AR (graphical representation):
                1              2
 1  ( 1.30, 1.30)  ( 1.40, 1.40)
 2  ( 2.30, 2.30)  ( 2.40, 2.40)
 3  ( 3.30, 3.30)  ( 3.40, 3.40)
 4  ( 1.10,-1.10)  ( 4.40, 4.40)
 5  ( 1.20,-1.20)  ( 2.20,-2.20)