The OpenD Programming Language

sggesx_

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

extern (C) pure nothrow @nogc
void
sggesx_
(
ref char jobvsl
,
ref char jobvsr
,
ref char sort
,
FCB_SGGESX_SELCTG selctg
,
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