LAPACK  3.11.0
LAPACK: Linear Algebra PACKage

Functions

subroutine cgetc2 (N, A, LDA, IPIV, JPIV, INFO)
 CGETC2 computes the LU factorization with complete pivoting of the general n-by-n matrix. More...
 
subroutine dgetc2 (N, A, LDA, IPIV, JPIV, INFO)
 DGETC2 computes the LU factorization with complete pivoting of the general n-by-n matrix. More...
 
subroutine sgetc2 (N, A, LDA, IPIV, JPIV, INFO)
 SGETC2 computes the LU factorization with complete pivoting of the general n-by-n matrix. More...
 
subroutine zgetc2 (N, A, LDA, IPIV, JPIV, INFO)
 ZGETC2 computes the LU factorization with complete pivoting of the general n-by-n matrix. More...
 

Detailed Description