LAPACK  3.6.1
LAPACK: Linear Algebra PACKage
Collaboration diagram for complex:

Functions

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 More...
 
subroutine csysv_rook (UPLO, N, NRHS, A, LDA, IPIV, B, LDB, WORK, LWORK, INFO)
  CSYSV_ROOK computes the solution to system of linear equations A * X = B for SY matrices More...
 
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 More...
 
subroutine csysvxx (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)
  CSYSVXX computes the solution to system of linear equations A * X = B for SY matrices More...
 

Detailed Description

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