hptri

Computes the inverse of a complex Hermitian indefinite matrix in packed storage, using the factorization computed by CHPTRF.

  1. void hptri(char uplo, f_int n, f_cfloat* ap, f_int* ipiv, f_cfloat* work, f_int info)
  2. void hptri(char uplo, f_int n, f_cdouble* ap, f_int* ipiv, f_cdouble* work, f_int info)

Meta