|
NAMESRC/cgetf2.f SYNOPSISFunctions/Subroutinessubroutine cgetf2 (m, n, a, lda, ipiv, info)
Function/Subroutine Documentationsubroutine cgetf2 (integer m, integer n, complex, dimension( lda, * ) a, integer lda, integer, dimension( * ) ipiv, integer info)CGETF2 computes the LU factorization of a general m-by-n matrix using partial pivoting with row interchanges (unblocked algorithm). Purpose:
Parameters M
N
A
LDA
IPIV
INFO
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 107 of file cgetf2.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|