Function cheev_
Computes all eigenvalues and, optionally, eigenvectors of a complex Hermitian matrix.
extern(C) void cheev_
(
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* info,
int jobz_len,
int uplo_len
);