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. | |
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. | |
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. | |
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. | |