Function chpcon_
Estimates the reciprocal of the condition number of a complex Hermitian indefinite matrix in packed storage, using the factorization computed by CHPTRF.
extern(C) void chpcon_
(
char* uplo,
int* n,
std .complex .Complex!(float)* ap,
int* ipiv,
float* anorm,
float* rcond,
std .complex .Complex!(float)* work,
int* info,
int uplo_len
);