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
Johannes Pfeifer
dynare
Commits
8d33a434
Commit
8d33a434
authored
Jul 19, 2012
by
MichelJuillard
Browse files
fixing bugs in dyn_first_order_solver()
parent
d39bbdaa
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/dyn_first_order_solver.m
View file @
8d33a434
...
...
@@ -258,9 +258,9 @@ if info1 == 1
Z11t
=
Z
(
indx_stable_root
,
indx_stable_root
)
'
;
Z21
=
Z
(
indx_explosive_root
,
indx_stable_root
);
Z22
=
Z
(
indx_explosive_root
,
indx_explosive_root
);
if
~
is
float
(
Z2
1
)
&&
(
condest
(
Z2
1
)
>
1e9
)
if
~
is
scalar
(
Z2
2
)
&&
(
condest
(
Z2
2
)
>
1e9
)
info
(
1
)
=
5
;
info
(
2
)
=
condest
(
Z2
1
);
info
(
2
)
=
condest
(
Z2
2
);
return
;
else
gx
=
-
Z22
\
Z21
;
...
...
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