LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
Loading...
Searching...
No Matches
langb: general matrix, banded
Collaboration diagram for langb: general matrix, banded:

Functions

real function clangb (norm, n, kl, ku, ab, ldab, work)
 CLANGB returns the value of the 1-norm, Frobenius norm, infinity-norm, or the largest absolute value of any element of general band matrix.
 
double precision function dlangb (norm, n, kl, ku, ab, ldab, work)
 DLANGB returns the value of the 1-norm, Frobenius norm, infinity-norm, or the largest absolute value of any element of general band matrix.
 
real function slangb (norm, n, kl, ku, ab, ldab, work)
 SLANGB returns the value of the 1-norm, Frobenius norm, infinity-norm, or the largest absolute value of any element of general band matrix.
 
double precision function zlangb (norm, n, kl, ku, ab, ldab, work)
 ZLANGB returns the value of the 1-norm, Frobenius norm, infinity-norm, or the largest absolute value of any element of general band matrix.
 

Detailed Description