|
NAMESRC/cgetc2.f SYNOPSISFunctions/Subroutinessubroutine cgetc2 (n, a, lda, ipiv, jpiv, info)
Function/Subroutine Documentationsubroutine cgetc2 (integer n, complex, dimension( lda, * ) a, integer lda, integer, dimension( * ) ipiv, integer, dimension( * ) jpiv, integer info)CGETC2 computes the LU factorization with complete pivoting of the general n-by-n matrix. Purpose:
Parameters N
A
LDA
IPIV
JPIV
INFO
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 110 of file cgetc2.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|