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