sgegs_

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
sgegs_
(
ref char jobvsl
,
ref char jobvsr
,,
float* a
,,
float* b
,,
float* alphar
,
float* alphai
,
float* betav
,
float* vsl
,,
float* vsr
,,
float* work
,,)

Meta