hecon
- void hecon(char uplo, f_int n, f_cfloat* a, f_int lda, f_int* ipiv, f_float* anorm, f_float rcond, f_cfloat* work, f_int info)
- void hecon(char uplo, f_int n, f_cdouble* a, f_int lda, f_int* ipiv, f_double* anorm, f_double rcond, f_cdouble* work, f_int info)
Estimates the reciprocal of the condition number of a complex Hermitian indefinite matrix, using the factorization computed by CHETRF.