![]() |
LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
|
Functions | |
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... | |
double precision function | dlansf (NORM, TRANSR, UPLO, N, A, WORK) |
DLANSF returns the value of the 1-norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a symmetric matrix in RFP format. More... | |
real function | slansf (NORM, TRANSR, UPLO, N, A, WORK) |
SLANSF More... | |
double precision function | zlanhf (NORM, TRANSR, UPLO, N, A, WORK) |
ZLANHF 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... | |