The OpenD Programming Language

sgeev_

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

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

Meta