![]() |
LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
|
Functions | |
real function | clantb (NORM, UPLO, DIAG, N, K, AB, LDAB, WORK) |
CLANTB returns the value of the 1-norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a triangular band matrix. More... | |
double precision function | dlantb (NORM, UPLO, DIAG, N, K, AB, LDAB, WORK) |
DLANTB returns the value of the 1-norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a triangular band matrix. More... | |
real function | slantb (NORM, UPLO, DIAG, N, K, AB, LDAB, WORK) |
SLANTB returns the value of the 1-norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a triangular band matrix. More... | |
double precision function | zlantb (NORM, UPLO, DIAG, N, K, AB, LDAB, WORK) |
ZLANTB returns the value of the 1-norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a triangular band matrix. More... | |