|  | LAPACK 3.12.1
    LAPACK: Linear Algebra PACKage | 
| Functions | |
| subroutine | chesvx (fact, uplo, n, nrhs, a, lda, af, ldaf, ipiv, b, ldb, x, ldx, rcond, ferr, berr, work, lwork, rwork, info) | 
| CHESVX computes the solution to system of linear equations A * X = B for HE matrices | |
| subroutine | csysvx (fact, uplo, n, nrhs, a, lda, af, ldaf, ipiv, b, ldb, x, ldx, rcond, ferr, berr, work, lwork, rwork, info) | 
| CSYSVX computes the solution to system of linear equations A * X = B for SY matrices | |
| subroutine | dsysvx (fact, uplo, n, nrhs, a, lda, af, ldaf, ipiv, b, ldb, x, ldx, rcond, ferr, berr, work, lwork, iwork, info) | 
| DSYSVX computes the solution to system of linear equations A * X = B for SY matrices | |
| subroutine | ssysvx (fact, uplo, n, nrhs, a, lda, af, ldaf, ipiv, b, ldb, x, ldx, rcond, ferr, berr, work, lwork, iwork, info) | 
| SSYSVX computes the solution to system of linear equations A * X = B for SY matrices | |
| subroutine | zhesvx (fact, uplo, n, nrhs, a, lda, af, ldaf, ipiv, b, ldb, x, ldx, rcond, ferr, berr, work, lwork, rwork, info) | 
| ZHESVX computes the solution to system of linear equations A * X = B for HE matrices | |
| subroutine | zsysvx (fact, uplo, n, nrhs, a, lda, af, ldaf, ipiv, b, ldb, x, ldx, rcond, ferr, berr, work, lwork, rwork, info) | 
| ZSYSVX computes the solution to system of linear equations A * X = B for SY matrices | |