|  | LAPACK 3.12.1
    LAPACK: Linear Algebra PACKage | 
| Functions | |
| subroutine | chesv (uplo, n, nrhs, a, lda, ipiv, b, ldb, work, lwork, info) | 
| CHESV computes the solution to system of linear equations A * X = B for HE matrices | |
| subroutine | csysv (uplo, n, nrhs, a, lda, ipiv, b, ldb, work, lwork, info) | 
| CSYSV computes the solution to system of linear equations A * X = B for SY matrices | |
| subroutine | dsysv (uplo, n, nrhs, a, lda, ipiv, b, ldb, work, lwork, info) | 
| DSYSV computes the solution to system of linear equations A * X = B for SY matrices | |
| subroutine | ssysv (uplo, n, nrhs, a, lda, ipiv, b, ldb, work, lwork, info) | 
| SSYSV computes the solution to system of linear equations A * X = B for SY matrices | |
| subroutine | zhesv (uplo, n, nrhs, a, lda, ipiv, b, ldb, work, lwork, info) | 
| ZHESV computes the solution to system of linear equations A * X = B for HE matrices | |
| subroutine | zsysv (uplo, n, nrhs, a, lda, ipiv, b, ldb, work, lwork, info) | 
| ZSYSV computes the solution to system of linear equations A * X = B for SY matrices | |