hetrf

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

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

Meta