LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
Collaboration diagram for getf2: triangular factor panel, level 2:

Functions

subroutine cgetf2 (M, N, A, LDA, IPIV, INFO)
 CGETF2 computes the LU factorization of a general m-by-n matrix using partial pivoting with row interchanges (unblocked algorithm). More...
 
subroutine 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). More...
 
subroutine sgetf2 (M, N, A, LDA, IPIV, INFO)
 SGETF2 computes the LU factorization of a general m-by-n matrix using partial pivoting with row interchanges (unblocked algorithm). More...
 
subroutine zgetf2 (M, N, A, LDA, IPIV, INFO)
 ZGETF2 computes the LU factorization of a general m-by-n matrix using partial pivoting with row interchanges (unblocked algorithm). More...
 

Detailed Description