


% -*- texinfo -*-
% @deftypefn {Function File} {} qzval (@var{a}, @var{b})
% Compute generalized eigenvalues of the matrix pencil
% @ifinfo
% @example
% (A - lambda B).
% @end example
% @end ifinfo
% @iftex
% @tex
% $(A - \lambda B)$.
% @end tex
% @end iftex
%
% @var{a} and @var{b} must be real matrices.
%
% @code{qzval} is obsolete; use @code{qz} instead.
% @end deftypefn