DGETF2 (3) Linux Manual Page
dgetf2.f – SynopsisFunctions/Subroutinessubroutine dgetf2 (M, N, A, LDA, IPIV, INFO) DGETF2 computes the LU factorization of a general m-by-n matrix using partial pivoting with row interchanges (unblocked algorithm). Function/Subroutine Documentationsubroutine dgetf2 (integerM, integerN, double precision, dimension( lda, * )A, integerLDA, integer, dimension( * )IPIV, integerINFO)DGETF2 computes the LU factorization of a general m-by-n matrix using…
