sggev_

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

pure nothrow @nogc extern (C)
void
sggev_
(
ref char jobvl
,
ref char jobvr
,,
float* a
,,
float* b
,,
float* alphar
,
float* alphai
,
float* betav
,
float* vl
,,
float* vr
,,
float* work
,,)

Meta