The OpenD Programming Language

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.

extern (C) pure nothrow @nogc
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
,
ref float abnrm
,
ref float rconde
,
ref float rcondv
,
float* work
,,,)

Meta