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
36d54623
Commit
36d54623
authored
Oct 20, 2011
by
MichelJuillard
Browse files
options_.jacobian_flag is now set in global_initialization.m
parent
6a6ad0ec
Changes
4
Hide whitespace changes
Inline
Side-by-side
matlab/global_initialization.m
View file @
36d54623
...
...
@@ -59,6 +59,9 @@ options_.deterministic_simulation_initialization = 0;
options_
.
threads
.
kronecker
.
A_times_B_kronecker_C
=
1
;
options_
.
threads
.
kronecker
.
sparse_hessian_times_B_kronecker_C
=
1
;
% steady state
options_
.
jacobian_flag
=
1
;
% steady state file
if
exist
([
M_
.
fname
'_steadystate2.m'
],
'file'
)
options_
.
steadystate_flag
=
2
;
...
...
matlab/resol.m
View file @
36d54623
...
...
@@ -97,7 +97,6 @@ if isfield(oo,'dr');
dr
=
oo
.
dr
;
end
options
=
set_default_option
(
options
,
'
jacobian_flag
'
,
1
);
info
=
0
;
it_
=
M
.
maximum_lag
+
1
;
...
...
matlab/steady.m
View file @
36d54623
...
...
@@ -32,7 +32,6 @@ global M_ oo_ options_ ys0_
test_for_deep_parameters_calibration
(
M_
);
options_
=
set_default_option
(
options_
,
'jacobian_flag'
,
1
);
options_
=
set_default_option
(
options_
,
'steadystate_flag'
,
0
);
if
options_
.
steadystate_flag
&&
options_
.
homotopy_mode
...
...
switch_dw
@
fc3ee3d8
Subproject commit
485f9c9b28c3c5461ab8a64f8a055e820956c2f7
Subproject commit
fc3ee3d8f4268c44150358fa166dc97eab1c9b26
Write
Preview
Markdown
is supported
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