Function chgeqz_
extern(C) void chgeqz_
(
char* job,
char* compq,
char* compz,
int* n,
int* ilo,
int* ihi,
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)* q,
int* ldq,
std .complex .Complex!(float)* z,
int* ldz,
std .complex .Complex!(float)* work,
int* lwork,
float* rwork,
int* info,
int job_len,
int compq_len,
int compz_len
);