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

Go to the source code of this file.

Functions/Subroutines

subroutine zgesc2 (N, A, LDA, RHS, IPIV, JPIV, SCALE)
 ZGESC2 solves a system of linear equations using the LU factorization with complete pivoting computed by sgetc2. More...
 
izamax
integer function izamax(N, ZX, INCX)
IZAMAX
Definition: izamax.f:73
dlabad
subroutine dlabad(SMALL, LARGE)
DLABAD
Definition: dlabad.f:76
zlaswp
subroutine zlaswp(N, A, LDA, K1, K2, IPIV, INCX)
ZLASWP performs a series of row interchanges on a general rectangular matrix.
Definition: zlaswp.f:117
zscal
subroutine zscal(N, ZA, ZX, INCX)
ZSCAL
Definition: zscal.f:80
dlamch
double precision function dlamch(CMACH)
DLAMCH
Definition: dlamch.f:70