heevd - multiple declarations
Function heevd
void heevd
(
char jobz,
char uplo,
int n,
std .complex .Complex!(double)* a,
int lda,
double* w,
std .complex .Complex!(double)* work,
int lwork,
double* rwork,
int lrwork,
int* iwork,
int liwork,
ref int info
);
Function heevd
Computes all eigenvalues and, optionally, eigenvectors of a complex Hermitian matrix. If eigenvectors are desired, it uses a divide and conquer algorithm.
void heevd
(
char jobz,
char uplo,
int n,
std .complex .Complex!(float)* a,
int lda,
float* w,
std .complex .Complex!(float)* work,
int lwork,
float* rwork,
int lrwork,
int* iwork,
int liwork,
ref int info
);