hptrf

Computes the factorization of a complex Hermitian-indefinite matrix in packed storage, using the diagonal pivoting method.

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

Meta