hetrf - multiple declarations
Function hetrf
void hetrf
(
char uplo,
int n,
std .complex .Complex!(double)* a,
int lda,
int* ipiv,
std .complex .Complex!(double)* work,
int lwork,
ref int info
);
Function hetrf
Computes the factorization of a complex Hermitian-indefinite matrix, using the diagonal pivoting method.
void hetrf
(
char uplo,
int n,
std .complex .Complex!(float)* a,
int lda,
int* ipiv,
std .complex .Complex!(float)* work,
int lwork,
ref int info
);