This example computes the
and
arguments, which defines the generalized eigenvalues, of the matrix pair
given by
and
This requires calls to five routines:
zggbal to balance the matrix,
zgeqrf to perform the
factorization of
,
zunmqr to apply
to
,
zgghrd to reduce the matrix pair to the generalized Hessenberg form and
zhgeqz to compute the eigenvalues using the
algorithm.