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

NAG CL Interface Introduction
Example description

nag_matop_dtrttf (f01vec) Example Program Results

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

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