Function strevc_
Computes some or all of the right and/or left eigenvectors of an upper quasi-triangular matrix.
extern(C) void strevc_
(
char* side,
char* howmny,
int* select,
int* n,
float* t,
int* ldt,
float* vl,
int* ldvl,
float* vr,
int* ldvr,
int* mm,
int* m,
float* work,
int* info,
int side_len,
int howmny_len
);