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
Minje Jeon
dynare
Commits
873a9b1a
Verified
Commit
873a9b1a
authored
Jul 23, 2021
by
Stéphane Adjemian
Browse files
Fix call to solve1 routine.
parent
993872d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/dynare_solve.m
View file @
873a9b1a
...
@@ -230,7 +230,7 @@ if options.solve_algo == 0
...
@@ -230,7 +230,7 @@ if options.solve_algo == 0
elseif
options
.
solve_algo
==
1
elseif
options
.
solve_algo
==
1
[
x
,
errorflag
]
=
solve1
(
f
,
x
,
1
:
nn
,
1
:
nn
,
jacobian_flag
,
options
.
gstep
,
...
[
x
,
errorflag
]
=
solve1
(
f
,
x
,
1
:
nn
,
1
:
nn
,
jacobian_flag
,
options
.
gstep
,
...
tolf
,
tolx
,
...
tolf
,
tolx
,
...
maxit
,
options
.
debug
,
arguments
{:});
maxit
,
[],
options
.
debug
,
arguments
{:});
elseif
options
.
solve_algo
==
9
elseif
options
.
solve_algo
==
9
[
x
,
errorflag
]
=
trust_region
(
f
,
x
,
1
:
nn
,
1
:
nn
,
jacobian_flag
,
options
.
gstep
,
...
[
x
,
errorflag
]
=
trust_region
(
f
,
x
,
1
:
nn
,
1
:
nn
,
jacobian_flag
,
options
.
gstep
,
...
tolf
,
tolx
,
maxit
,
...
tolf
,
tolx
,
maxit
,
...
...
...
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