LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
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. More...
 
subroutine claqsp (UPLO, N, AP, S, SCOND, AMAX, EQUED)
 CLAQSP scales a symmetric/Hermitian matrix in packed storage, using scaling factors computed by sppequ. More...
 
subroutine dlaqsp (UPLO, N, AP, S, SCOND, AMAX, EQUED)
 DLAQSP scales a symmetric/Hermitian matrix in packed storage, using scaling factors computed by sppequ. More...
 
subroutine slaqsp (UPLO, N, AP, S, SCOND, AMAX, EQUED)
 SLAQSP scales a symmetric/Hermitian matrix in packed storage, using scaling factors computed by sppequ. More...
 
subroutine zlaqhp (UPLO, N, AP, S, SCOND, AMAX, EQUED)
 ZLAQHP scales a Hermitian matrix stored in packed form. More...
 
subroutine zlaqsp (UPLO, N, AP, S, SCOND, AMAX, EQUED)
 ZLAQSP scales a symmetric/Hermitian matrix in packed storage, using scaling factors computed by sppequ. More...
 

Detailed Description