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