LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
Loading...
Searching...
No Matches
Collaboration diagram for laqhp: row/col scale matrix:

Functions

subroutine claqhp (uplo, n, ap, s, scond, amax, equed)
 CLAQHP scales a Hermitian matrix stored in packed form.
 
subroutine claqsp (uplo, n, ap, s, scond, amax, equed)
 CLAQSP scales a symmetric/Hermitian matrix in packed storage, using scaling factors computed by sppequ.
 
subroutine dlaqsp (uplo, n, ap, s, scond, amax, equed)
 DLAQSP scales a symmetric/Hermitian matrix in packed storage, using scaling factors computed by sppequ.
 
subroutine slaqsp (uplo, n, ap, s, scond, amax, equed)
 SLAQSP scales a symmetric/Hermitian matrix in packed storage, using scaling factors computed by sppequ.
 
subroutine zlaqhp (uplo, n, ap, s, scond, amax, equed)
 ZLAQHP scales a Hermitian matrix stored in packed form.
 
subroutine zlaqsp (uplo, n, ap, s, scond, amax, equed)
 ZLAQSP scales a symmetric/Hermitian matrix in packed storage, using scaling factors computed by sppequ.
 

Detailed Description