Function cgegs_
extern(C) void cgegs_
(
char* jobvsl,
char* jobvsr,
int* n,
std .complex .Complex!(float)* a,
int* lda,
std .complex .Complex!(float)* b,
int* ldb,
std .complex .Complex!(float)* alphav,
std .complex .Complex!(float)* betav,
std .complex .Complex!(float)* vsl,
int* ldvsl,
std .complex .Complex!(float)* vsr,
int* ldvsr,
std .complex .Complex!(float)* work,
int* lwork,
float* rwork,
int* info,
int jobvsl_len,
int jobvsr_len
);