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

Go to the source code of this file.

Functions/Subroutines

subroutine cgesc2 (N, A, LDA, RHS, IPIV, JPIV, SCALE)
 CGESC2 solves a system of linear equations using the LU factorization with complete pivoting computed by sgetc2. More...
 
slabad
subroutine slabad(SMALL, LARGE)
SLABAD
Definition: slabad.f:76
claswp
subroutine claswp(N, A, LDA, K1, K2, IPIV, INCX)
CLASWP performs a series of row interchanges on a general rectangular matrix.
Definition: claswp.f:117
cscal
subroutine cscal(N, CA, CX, INCX)
CSCAL
Definition: cscal.f:80
slamch
real function slamch(CMACH)
SLAMCH
Definition: slamch.f:70
icamax
integer function icamax(N, CX, INCX)
ICAMAX
Definition: icamax.f:73