Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dóra Kocsis
dynare
Commits
ab629c8e
Commit
ab629c8e
authored
Dec 20, 2011
by
MichelJuillard
Browse files
fixing headers
parent
30d815af
Changes
3
Hide whitespace changes
Inline
Side-by-side
matlab/AIM_first_order_solver.m
View file @
ab629c8e
...
...
@@ -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
:
...
...
matlab/dyn_first_order_solver.m
View file @
ab629c8e
...
...
@@ -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
:
...
...
matlab/dyn_risky_steadystate_solver.m
View file @
ab629c8e
...
...
@@ -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
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment