Function zhegvd_
extern(C) void zhegvd_
(
int* itype,
char* jobz,
char* uplo,
int* n,
std .complex .Complex!(double)* a,
int* lda,
std .complex .Complex!(double)* b,
int* ldb,
double* w,
std .complex .Complex!(double)* work,
int* lwork,
double* rwork,
int* lrwork,
int* iwork,
int* liwork,
int* info,
int jobz_len,
int uplo_len
);