Function sgeev_
Computes the eigenvalues and left and right eigenvectors of a general matrix.
extern(C) void sgeev_
(
char* jobvl,
char* jobvr,
int* n,
float* a,
int* lda,
float* wr,
float* wi,
float* vl,
int* ldvl,
float* vr,
int* ldvr,
float* work,
int* lwork,
int* info,
int jobvl_len,
int jobvr_len
);