LAPACK  3.9.0
LAPACK: Linear Algebra PACKage
clanhf.f File Reference

Go to the source code of this file.

Functions/Subroutines

real function clanhf (NORM, TRANSR, UPLO, N, A, WORK)
 CLANHF returns the value of the 1-norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a Hermitian matrix in RFP format. More...
 
classq
subroutine classq(N, X, INCX, SCALE, SUMSQ)
CLASSQ updates a sum of squares represented in scaled form.
Definition: classq.f:108
sisnan
logical function sisnan(SIN)
SISNAN tests input for NaN.
Definition: sisnan.f:61
clanhf
real function clanhf(NORM, TRANSR, UPLO, N, A, WORK)
CLANHF returns the value of the 1-norm, or the Frobenius norm, or the infinity norm,...
Definition: clanhf.f:248
lsame
logical function lsame(CA, CB)
LSAME
Definition: lsame.f:55