LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
Loading...
Searching...
No Matches
lan{hb,sb}: Hermitian/symmetric matrix, banded
Collaboration diagram for lan{hb,sb}: Hermitian/symmetric matrix, banded:

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.
 
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.
 
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.
 
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.
 
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.
 
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.
 

Detailed Description