LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
Loading...
Searching...
No Matches
Collaboration diagram for {he,sy}sv_rk: rook (v3):

Functions

subroutine chesv_rk (uplo, n, nrhs, a, lda, e, ipiv, b, ldb, work, lwork, info)
  CHESV_RK 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 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
 
subroutine ssysv_rk (uplo, n, nrhs, a, lda, e, ipiv, b, ldb, work, lwork, info)
  SSYSV_RK computes the solution to system of linear equations A * X = B for SY matrices
 
subroutine zhesv_rk (uplo, n, nrhs, a, lda, e, ipiv, b, ldb, work, lwork, info)
  ZHESV_RK computes the solution to system of linear equations A * X = B for SY matrices
 
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
 

Detailed Description