LAPACK 3.12.1
LAPACK: Linear Algebra PACKage
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
gesvx: factor and solve, expert
Collaboration diagram for gesvx: factor and solve, expert:

Functions

subroutine cgesvx (fact, trans, n, nrhs, a, lda, af, ldaf, ipiv, equed, r, c, b, ldb, x, ldx, rcond, ferr, berr, work, rwork, info)
  CGESVX computes the solution to system of linear equations A * X = B for GE matrices
 
subroutine dgesvx (fact, trans, n, nrhs, a, lda, af, ldaf, ipiv, equed, r, c, b, ldb, x, ldx, rcond, ferr, berr, work, iwork, info)
  DGESVX computes the solution to system of linear equations A * X = B for GE matrices
 
subroutine sgesvx (fact, trans, n, nrhs, a, lda, af, ldaf, ipiv, equed, r, c, b, ldb, x, ldx, rcond, ferr, berr, work, iwork, info)
  SGESVX computes the solution to system of linear equations A * X = B for GE matrices
 
subroutine zgesvx (fact, trans, n, nrhs, a, lda, af, ldaf, ipiv, equed, r, c, b, ldb, x, ldx, rcond, ferr, berr, work, rwork, info)
  ZGESVX computes the solution to system of linear equations A * X = B for GE matrices
 

Detailed Description