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
62586990
Unverified
Commit
62586990
authored
Jun 14, 2021
by
Sébastien Villemot
Browse files
Merge branch 'disclyap' of git.dynare.org:JohannesPfeifer/dynare
See merge request !1872
parents
6c4935fa
e8c3758f
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/missing/mex/disclyap_fast/disclyap_fast.m
View file @
62586990
...
...
@@ -59,7 +59,7 @@ while matd > tol && iter< max_iter
A0
=
A1
;
iter
=
iter
+
1
;
end
if
iter
==
max_iter
if
iter
==
max_iter
||
isnan
(
matd
)
X
=
NaN
(
size
(
P0
));
exitflag
=
1
;
return
...
...
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