sgges_

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

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

Meta