LAPACK 3.11.0
LAPACK: Linear Algebra PACKage
Collaboration diagram for double:

Functions

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 More...
 
subroutine dsysv_aa (UPLO, N, NRHS, A, LDA, IPIV, B, LDB, WORK, LWORK, INFO)
  DSYSV_AA computes the solution to system of linear equations A * X = B for SY matrices More...
 
subroutine dsysv_aa_2stage (UPLO, N, NRHS, A, LDA, TB, LTB, IPIV, IPIV2, B, LDB, WORK, LWORK, INFO)
  DSYSV_AA_2STAGE computes the solution to system of linear equations A * X = B for SY matrices More...
 
subroutine dsysv_rk (UPLO, N, NRHS, A, LDA, E, IPIV, B, LDB, WORK, LWORK, INFO)
  DSYSV_RK computes the solution to system of linear equations A * X = B for SY matrices More...
 
subroutine dsysv_rook (UPLO, N, NRHS, A, LDA, IPIV, B, LDB, WORK, LWORK, INFO)
  DSYSV_ROOK computes the solution to system of linear equations A * X = B for SY matrices More...
 
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 More...
 
subroutine dsysvxx (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, IWORK, INFO)
 DSYSVXX More...
 

Detailed Description

This is the group of double solve driver functions for SY matrices