LAPACK
3.6.1
LAPACK: Linear Algebra PACKage
|
Functions | |
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 More... | |
subroutine | ssysv_rook (UPLO, N, NRHS, A, LDA, IPIV, B, LDB, WORK, LWORK, INFO) |
SSYSV_ROOK computes the solution to system of linear equations A * X = B for SY matrices More... | |
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 More... | |
This is the group of real solve driver functions for SY matrices