sggesx_

Computes the generalized eigenvalues, the real Schur form, and, optionally, the left and/or right matrices of Schur vectors.

pure nothrow @nogc extern (C)
void
sggesx_
(
ref char jobvsl
,
ref char jobvsr
,
ref char sort
,,
ref char sense
,,
float* a
,,
float* b
,,,
float* alphar
,
float* alphai
,
float* betav
,
float* vsl
,,
float* vsr
,,
ref float rconde
,
ref float rcondv
,
float* work
,,,,,)

Meta