|
NAMESRC/clascl2.f SYNOPSISFunctions/Subroutinessubroutine clascl2 (m, n, d, x, ldx)
Function/Subroutine Documentationsubroutine clascl2 (integer m, integer n, real, dimension( * ) d, complex, dimension( ldx, * ) x, integer ldx)CLASCL2 performs diagonal scaling on a matrix. Purpose:
Parameters M
N
D
X
LDX
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 90 of file clascl2.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|