The OpenD Programming Language

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

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

Meta