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

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

Detailed Description

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