Function ztrsen_
extern(C) void ztrsen_
(
char* job,
char* compq,
int* select,
int* n,
std .complex .Complex!(double)* t,
int* ldt,
std .complex .Complex!(double)* q,
int* ldq,
std .complex .Complex!(double)* w,
int* m,
double* s,
double* sep,
std .complex .Complex!(double)* work,
int* lwork,
int* info,
int job_len,
int compq_len
);