Function chetri_
Computes the inverse of a complex Hermitian indefinite matrix, using the factorization computed by CHETRF.
extern(C) void chetri_
(
char* uplo,
int* n,
std .complex .Complex!(float)* a,
int* lda,
int* ipiv,
std .complex .Complex!(float)* work,
int* info,
int uplo_len
);