LAPACK  3.9.0
LAPACK: Linear Algebra PACKage
cgetc2.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine cgetc2 (N, A, LDA, IPIV, JPIV, INFO)
 CGETC2 computes the LU factorization with complete pivoting of the general n-by-n matrix. More...
 
slabad
subroutine slabad(SMALL, LARGE)
SLABAD
Definition: slabad.f:76
cswap
subroutine cswap(N, CX, INCX, CY, INCY)
CSWAP
Definition: cswap.f:83
slamch
real function slamch(CMACH)
SLAMCH
Definition: slamch.f:70
cgeru
subroutine cgeru(M, N, ALPHA, X, INCX, Y, INCY, A, LDA)
CGERU
Definition: cgeru.f:132