The OpenD Programming Language

sgges_

Computes the generalized eigenvalues, Schur form, and left and/or right Schur vectors for a pair of nonsymmetric matrices

extern (C) pure nothrow @nogc
void
sgges_
(
ref char jobvsl
,
ref char jobvsr
,
ref char sort
,
FCB_SGGES_SELCTG selctg
,,
float* a
,,
float* b
,,,
float* alphar
,
float* alphai
,
float* betav
,
float* vsl
,,
float* vsr
,,
float* work
,,,)

Meta