hetri

Computes the inverse of a complex Hermitian indefinite matrix, using the factorization computed by CHETRF.

  1. void hetri(char uplo, f_int n, f_cfloat* a, f_int lda, f_int* ipiv, f_cfloat* work, f_int info)
  2. void hetri(char uplo, f_int n, f_cdouble* a, f_int lda, f_int* ipiv, f_cdouble* work, f_int info)

Meta