Function dgees_
extern(C) void dgees_
(
char* jobvs,
char* sort,
extern(C) int function(double*, double*) select,
int* n,
double* a,
int* lda,
int* sdim,
double* wr,
double* wi,
double* vs,
int* ldvs,
double* work,
int* lwork,
int* bwork,
int* info,
int jobvs_len,
int sort_len
);