|
NAMESRC/claqge.f SYNOPSISFunctions/Subroutinessubroutine claqge (m, n, a, lda, r, c, rowcnd, colcnd,
amax, equed)
Function/Subroutine Documentationsubroutine claqge (integer m, integer n, complex, dimension( lda, * ) a, integer lda, real, dimension( * ) r, real, dimension( * ) c, real rowcnd, real colcnd, real amax, character equed)CLAQGE scales a general rectangular matrix, using row and column scaling factors computed by sgeequ. Purpose:
Parameters M
N
A
LDA
R
C
ROWCND
COLCND
AMAX
EQUED
Internal Parameters:
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 141 of file claqge.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|