Octave 7 now has ordqz (and ordeig was implemented in Octave 5)

fix-tolerance-parameters
Sébastien Villemot 2022-04-15 14:33:02 +02:00
parent b7c74f8e9a
commit 971a89fb73
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ function [ss, tt, zz, sdim, eigval, info] = mjdgges(e, d, qz_criterium, zhreshol
% SPECIAL REQUIREMENTS
% none.
% Copyright © 1996-2020 Dynare Team
% Copyright © 1996-2022 Dynare Team
%
% This file is part of Dynare.
%
@ -40,7 +40,7 @@ if nargin > 5 || nargin < 2 || nargout > 7 || nargout == 0
end
if isoctave
error('Octave unsupported, since it does not have real qz, ordqz and ordeig')
error('Octave unsupported, since it does not have real qz')
end
[me, ne] = size(e);
@ -80,4 +80,4 @@ end
%$ t(1) = 0;
%$ end
%$ T = all(t);
%@eof:1
%@eof:1