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

Functions

subroutine claqge (M, N, A, LDA, R, C, ROWCND, COLCND, AMAX, EQUED)
 CLAQGE scales a general rectangular matrix, using row and column scaling factors computed by sgeequ. More...
 
subroutine dlaqge (M, N, A, LDA, R, C, ROWCND, COLCND, AMAX, EQUED)
 DLAQGE scales a general rectangular matrix, using row and column scaling factors computed by sgeequ. More...
 
subroutine slaqge (M, N, A, LDA, R, C, ROWCND, COLCND, AMAX, EQUED)
 SLAQGE scales a general rectangular matrix, using row and column scaling factors computed by sgeequ. More...
 
subroutine zlaqge (M, N, A, LDA, R, C, ROWCND, COLCND, AMAX, EQUED)
 ZLAQGE scales a general rectangular matrix, using row and column scaling factors computed by sgeequ. More...
 

Detailed Description