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

Go to the source code of this file.

Functions/Subroutines

subroutine zgetc2 (N, A, LDA, IPIV, JPIV, INFO)
 ZGETC2 computes the LU factorization with complete pivoting of the general n-by-n matrix. More...
 
zgeru
subroutine zgeru(M, N, ALPHA, X, INCX, Y, INCY, A, LDA)
ZGERU
Definition: zgeru.f:132
zswap
subroutine zswap(N, ZX, INCX, ZY, INCY)
ZSWAP
Definition: zswap.f:83
dlabad
subroutine dlabad(SMALL, LARGE)
DLABAD
Definition: dlabad.f:76
dlamch
double precision function dlamch(CMACH)
DLAMCH
Definition: dlamch.f:70