LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
|
Functions | |
real function | clanhp (norm, uplo, n, ap, work) |
CLANHP returns the value of the 1-norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a complex Hermitian matrix supplied in packed form. | |
real function | clansp (norm, uplo, n, ap, work) |
CLANSP 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 supplied in packed form. | |
double precision function | dlansp (norm, uplo, n, ap, work) |
DLANSP 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 supplied in packed form. | |
real function | slansp (norm, uplo, n, ap, work) |
SLANSP 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 supplied in packed form. | |
double precision function | zlanhp (norm, uplo, n, ap, work) |
ZLANHP returns the value of the 1-norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a complex Hermitian matrix supplied in packed form. | |
double precision function | zlansp (norm, uplo, n, ap, work) |
ZLANSP 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 supplied in packed form. | |