shgeqz_

Implements a single-/double-shift version of the QZ method for finding the generalized eigenvalues of the equation det(A - w(i) B) = 0

pure nothrow @nogc extern (C)
void
shgeqz_
(
ref char job
,
ref char compq
,
ref char compz
,,,,
float* a
,,
float* b
,,
float* alphar
,
float* alphai
,
float* betav
,
float* q
,,
float* z
,,
float* work
,,)

Meta