![]() |
LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
|
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... | |