HP MLIB User's Guide Vol. 2 7th Ed.

Chapter 9 LAPACK Auxiliary Subprograms 675
Compute norm of symmetric or Hermitian packed matrix SLANSP/DLANSP/CLANHP/CLANSP/.../ZLANSP
Working
Storage
work,
rwork
Arrays used for work space. Not referenced unless
norm = ’1’ or ’I’ or ’i’ or ’O’ or ’o’.
Output anorm The function value is the value of the requested norm
of A.
Notes Actual character arguments in a subroutine call may be longer than the
corresponding dummy arguments. Therefore, readability of the CALL
statement may be improved by coding the norm argument as ’Frobenius’ for ’F’,
’Infinity-Norm’ for ’I’, ’One-norm’ or ’1-norm’ for ’O’, or ’Max-Element’ for ’M’.