Function ztrsna_
extern(C) void ztrsna_
(
char* job,
char* howmny,
int* select,
int* n,
std .complex .Complex!(double)* t,
int* ldt,
std .complex .Complex!(double)* vl,
int* ldvl,
std .complex .Complex!(double)* vr,
int* ldvr,
double* s,
double* sep,
int* mm,
int* m,
std .complex .Complex!(double)* work,
int* ldwork,
double* rwork,
int* info,
int job_len,
int howmny_len
);