LAPACK 3.11.0
LAPACK: Linear Algebra PACKage
Loading...
Searching...
No Matches
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
 
subroutine csysv_aa (uplo, n, nrhs, a, lda, ipiv, b, ldb, work, lwork, info)
  CSYSV_AA computes the solution to system of linear equations A * X = B for SY matrices
 
subroutine csysv_rk (uplo, n, nrhs, a, lda, e, ipiv, b, ldb, work, lwork, info)
  CSYSV_RK computes the solution to system of linear equations A * X = B for SY matrices
 
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
 
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
 
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
 

Detailed Description

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