Function strexc_
Reorders the Schur factorization of a matrix by an orthogonal similarity transformation.
extern(C) void strexc_
(
char* compq,
int* n,
float* t,
int* ldt,
float* q,
int* ldq,
int* ifst,
int* ilst,
float* work,
int* info,
int compq_len
);