hetrs

Solves a complex Hermitian indefinite system of linear equations AX=B, using the factorization computed by CHPTRF.

  1. void hetrs(char uplo, f_int n, f_int nrhs, f_cfloat* a, f_int lda, f_int* ipiv, f_cfloat* b, f_int ldb, f_int info)
  2. void hetrs(char uplo, f_int n, f_int nrhs, f_cdouble* a, f_int lda, f_int* ipiv, f_cdouble* b, f_int ldb, f_int info)

Meta