LAPACK  3.11.0
LAPACK: Linear Algebra PACKage
gesc2: LU triangular solve using factor, with complete pivoting

Functions

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...
 
subroutine dgesc2 (N, A, LDA, RHS, IPIV, JPIV, SCALE)
 DGESC2 solves a system of linear equations using the LU factorization with complete pivoting computed by sgetc2. More...
 
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...
 
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...
 

Detailed Description