|
NAMESRC/zgesc2.f SYNOPSISFunctions/Subroutinessubroutine zgesc2 (n, a, lda, rhs, ipiv, jpiv, scale)
Function/Subroutine Documentationsubroutine zgesc2 (integer n, complex*16, dimension( lda, * ) a, integer lda, complex*16, dimension( * ) rhs, integer, dimension( * ) ipiv, integer, dimension( * ) jpiv, double precision scale)ZGESC2 solves a system of linear equations using the LU factorization with complete pivoting computed by sgetc2. Purpose:
Parameters N
A
LDA
RHS
IPIV
JPIV
SCALE
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Contributors: Bo Kagstrom and Peter Poromaa, Department of Computing
Science, Umea University, S-901 87 Umea, Sweden.
Definition at line 114 of file zgesc2.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|