LAPACK
3.6.1
LAPACK: Linear Algebra PACKage
|
Functions | |
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 More... | |
subroutine | zsysv_rook (UPLO, N, NRHS, A, LDA, IPIV, B, LDB, WORK, LWORK, INFO) |
ZSYSV_ROOK computes the solution to system of linear equations A * X = B for SY matrices More... | |
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 More... | |
subroutine | zsysvxx (FACT, UPLO, N, NRHS, A, LDA, AF, LDAF, IPIV, EQUED, S, B, LDB, X, LDX, RCOND, RPVGRW, BERR, N_ERR_BNDS, ERR_BNDS_NORM, ERR_BNDS_COMP, NPARAMS, PARAMS, WORK, RWORK, INFO) |
ZSYSVXX computes the solution to system of linear equations A * X = B for SY matrices More... | |
This is the group of complex16 solve driver functions for SY matrices