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

Go to the source code of this file.

Functions/Subroutines

subroutine sgesc2 (N, A, LDA, RHS, IPIV, JPIV, SCALE)
 SGESC2 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
isamax
integer function isamax(N, SX, INCX)
ISAMAX
Definition: isamax.f:73
sscal
subroutine sscal(N, SA, SX, INCX)
SSCAL
Definition: sscal.f:81
slaswp
subroutine slaswp(N, A, LDA, K1, K2, IPIV, INCX)
SLASWP performs a series of row interchanges on a general rectangular matrix.
Definition: slaswp.f:117
slamch
real function slamch(CMACH)
SLAMCH
Definition: slamch.f:70