Function chptri_
Computes the inverse of a complex Hermitian indefinite matrix in packed storage, using the factorization computed by CHPTRF.
extern(C) void chptri_
(
char* uplo,
int* n,
std .complex .Complex!(float)* ap,
int* ipiv,
std .complex .Complex!(float)* work,
int* info,
int uplo_len
);