LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
Collaboration diagram for laqgb: row/col scale matrix:

Functions

subroutine claqgb (M, N, KL, KU, AB, LDAB, R, C, ROWCND, COLCND, AMAX, EQUED)
 CLAQGB scales a general band matrix, using row and column scaling factors computed by sgbequ. More...
 
subroutine dlaqgb (M, N, KL, KU, AB, LDAB, R, C, ROWCND, COLCND, AMAX, EQUED)
 DLAQGB scales a general band matrix, using row and column scaling factors computed by sgbequ. More...
 
subroutine slaqgb (M, N, KL, KU, AB, LDAB, R, C, ROWCND, COLCND, AMAX, EQUED)
 SLAQGB scales a general band matrix, using row and column scaling factors computed by sgbequ. More...
 
subroutine zlaqgb (M, N, KL, KU, AB, LDAB, R, C, ROWCND, COLCND, AMAX, EQUED)
 ZLAQGB scales a general band matrix, using row and column scaling factors computed by sgbequ. More...
 

Detailed Description