sgeevx_

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C)
void
sgeevx_
(
char* balanc
,
char* jobvl
,
char* jobvr
,
char* sense
,
int* n
,
float* a
,
int* lda
,
float* wr
,
float* wi
,
float* vl
,
int* ldvl
,
float* vr
,
int* ldvr
,
int* ilo
,
int* ihi
,
float* scale
,
float* abnrm
,
float* rconde
,
float* rcondv
,
float* work
,
int* lwork
,
int* iwork
,
int* info
)

Meta