hetri - multiple declarations
Function hetri
void hetri
(
char uplo,
int n,
std .complex .Complex!(double)* a,
int lda,
int* ipiv,
std .complex .Complex!(double)* work,
ref int info
);
Function hetri
Computes the inverse of a complex Hermitian indefinite matrix, using the factorization computed by CHETRF.
void hetri
(
char uplo,
int n,
std .complex .Complex!(float)* a,
int lda,
int* ipiv,
std .complex .Complex!(float)* work,
ref int info
);