fixing headers

time-shift
Michel Juillard 2011-12-20 17:02:25 +01:00
parent 30d815afdc
commit ab629c8ed6
3 changed files with 3 additions and 19 deletions

View File

@ -30,23 +30,6 @@ function [dr,info]=AIM_first_order_solver(jacobia,M,dr,qz_criterium)
%! @table @ @code
%! @item info==0
%! No error.
case 102
error('Aim: roots not correctly computed by real_schur');
case 103
error('Aim: too many big roots');
case 135
error('Aim: too many big roots, and q(:,right) is singular');
case 104
error('Aim: too few big roots');
case 145
error('Aim: too few big roots, and q(:,right) is singular');
case 105
error('Aim: q(:,right) is singular');
case 161
error('Aim: too many exact shiftrights');
case 162
error('Aim: too many numeric shiftrights');
%! @item info==102
%! roots not correctly computed by real_schur
%! @item info==103
@ -64,6 +47,7 @@ function [dr,info]=AIM_first_order_solver(jacobia,M,dr,qz_criterium)
%! @item info==162
%! too many numeric shiftrights
%! @end table
%! @end table
%! @end deftypefn
%@eod:

View File

@ -43,6 +43,7 @@ function [dr,info] = dyn_first_order_solver(jacobia,M_,dr,options,task)
%! @item info==7
%! One of the generalized eigenvalues is close to 0/0
%! @end table
%! @end table
%! @end deftypefn
%@eod:

View File

@ -57,8 +57,7 @@ function [dr,info] = dyn_risky_steadystate_solver(ys0,M, ...
%! M_.params has been updated in the steadystate routine and has complex valued scalars.
%! @item info==24
%! M_.params has been updated in the steadystate routine and has some NaNs.
%! @item info==30
%! Ergodic variance can't be computed.
%! @end table
%! @end table
%! @end deftypefn
%@eod: