LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
getc2: triangular factor, with complete pivoting
Collaboration diagram for getc2: triangular factor, with complete pivoting:

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