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

Chapter 9 LAPACK Auxiliary Subprograms 679
Compute norm of symmetric or Hermitian tridiagonal matrix SLANST/DLANST/CLANHT/ZLANHT
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’.