Function chetrf_
Computes the factorization of a complex Hermitian-indefinite matrix, using the diagonal pivoting method.
extern(C) void chetrf_
(
char* uplo,
int* n,
std .complex .Complex!(float)* a,
int* lda,
int* ipiv,
std .complex .Complex!(float)* work,
int* lwork,
int* info,
int uplo_len
);