sgeevx_

Computes the eigenvalues and left and right eigenvectors of a general matrix, with preliminary balancing of the matrix, and computes reciprocal condition numbers for the eigenvalues and right eigenvectors.

pure nothrow @nogc extern (C)
void
sgeevx_
(
ref char balanc
,
ref char jobvl
,
ref char jobvr
,
ref char sense
,,
float* a
,,
float* wr
,
float* wi
,
float* vl
,,
float* vr
,,,,
float* scale
,
float* abnrm
,
ref float rconde
,
ref float rcondv
,
float* work
,,,)

Meta