![]() |
![]()
| ![]() |
![]()
NAMESRC/dlaqge.f SYNOPSISFunctions/Subroutinessubroutine dlaqge (m, n, a, lda, r, c, rowcnd, colcnd,
amax, equed)
Function/Subroutine Documentationsubroutine dlaqge (integer m, integer n, double precision, dimension( lda, * ) a, integer lda, double precision, dimension( * ) r, double precision, dimension( * ) c, double precision rowcnd, double precision colcnd, double precision amax, character equed)DLAQGE 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 140 of file dlaqge.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|