F06WNF (ZLANHF) returns the value of the
-norm, the
-norm, the Frobenius norm, or the maximum absolute value of the elements of a complex Hermitian matrix
stored in Rectangular Full Packed (RFP) format.
The RFP storage format is described in
Section 3.3.3 in the F07 Chapter Introduction.
Given a complex
by
symmetric matrix,
,
F06WNF (ZLANHF) calculates one of the values given by
|
(the -norm of ), |
|
(the -norm of ), |
|
(the Frobenius norm of ), or |
|
(the maximum absolute element value of ). |
None.
None.
Not applicable.
None.
This example reads in the lower triangular part of a symmetric matrix, converts this to RFP format, then calculates the norm of the matrix for each of the available norm types.