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

NAG CL Interface Introduction
Example description

nag_matop_complex_tri_matrix_sqrt (f01fpc) Example Program Results

 sqrt(A)
             1           2           3           4
 1      1.0000      2.0000     -0.0000      1.0000
        1.0000     -2.0000      1.0000     -1.0000

 2      0.0000      2.0000      3.0000      0.0000
        0.0000      3.0000      3.0000      1.0000

 3      0.0000      0.0000      2.0000      4.0000
        0.0000      0.0000     -1.0000      0.0000

 4      0.0000      0.0000      0.0000      2.0000
        0.0000      0.0000      0.0000      0.0000