LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
|
Functions | |
subroutine | claqhb (uplo, n, kd, ab, ldab, s, scond, amax, equed) |
CLAQHB scales a Hermitian band matrix, using scaling factors computed by cpbequ. | |
subroutine | claqsb (uplo, n, kd, ab, ldab, s, scond, amax, equed) |
CLAQSB scales a symmetric/Hermitian band matrix, using scaling factors computed by spbequ. | |
subroutine | dlaqsb (uplo, n, kd, ab, ldab, s, scond, amax, equed) |
DLAQSB scales a symmetric/Hermitian band matrix, using scaling factors computed by spbequ. | |
subroutine | slaqsb (uplo, n, kd, ab, ldab, s, scond, amax, equed) |
SLAQSB scales a symmetric/Hermitian band matrix, using scaling factors computed by spbequ. | |
subroutine | zlaqhb (uplo, n, kd, ab, ldab, s, scond, amax, equed) |
ZLAQHB scales a Hermitian band matrix, using scaling factors computed by cpbequ. | |
subroutine | zlaqsb (uplo, n, kd, ab, ldab, s, scond, amax, equed) |
ZLAQSB scales a symmetric/Hermitian band matrix, using scaling factors computed by spbequ. | |