![]() |
LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
|
Functions | |
real function | clanhb (NORM, UPLO, N, K, AB, LDAB, WORK) |
CLANHB 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 band matrix. More... | |
real function | clansb (NORM, UPLO, N, K, AB, LDAB, WORK) |
CLANSB 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 band matrix. More... | |
double precision function | dlansb (NORM, UPLO, N, K, AB, LDAB, WORK) |
DLANSB 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 band matrix. More... | |
real function | slansb (NORM, UPLO, N, K, AB, LDAB, WORK) |
SLANSB 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 band matrix. More... | |
double precision function | zlanhb (NORM, UPLO, N, K, AB, LDAB, WORK) |
ZLANHB 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 band matrix. More... | |
double precision function | zlansb (NORM, UPLO, N, K, AB, LDAB, WORK) |
ZLANSB 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 band matrix. More... | |