![]() |
![]()
| ![]() |
![]()
NAMESRC/dgetf2.f SYNOPSISFunctions/Subroutinessubroutine dgetf2 (m, n, a, lda, ipiv, info)
Function/Subroutine Documentationsubroutine dgetf2 (integer m, integer n, double precision, dimension( lda, * ) a, integer lda, integer, dimension( * ) ipiv, integer info)DGETF2 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 dgetf2.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|