sgeev_

Computes the eigenvalues and left and right eigenvectors of a general matrix.

pure nothrow @nogc extern (C)
void
sgeev_
(
ref char jobvl
,
ref char jobvr
,,
float* a
,,
float* wr
,
float* wi
,
float* vl
,,
float* vr
,,
float* work
,,)

Meta