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
c8c102b4
Commit
c8c102b4
authored
Sep 19, 2012
by
MichelJuillard
Browse files
reorganized code and added comments
parent
0a5909f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/dyn_first_order_solver.m
View file @
c8c102b4
...
...
@@ -280,8 +280,6 @@ else
ghx
=
[
hx
(
k1
,
:
)
;
gx
(
k2
(
nboth
+
1
:
end
),
:
)];
end
dr
.
gx
=
gx
;
if
nstatic
>
0
B_static
=
B
(
:
,
1
:
nstatic
);
%
submatrix
containing
the
derivatives
w
.
r
.
to
static
variables
else
...
...
@@ -317,8 +315,6 @@ else
ghu
=
[];
end
;
dr
.
ghx
=
ghx
;
dr
.
ghu
=
ghu
;
...
...
@@ -329,4 +325,7 @@ if DynareOptions.aim_solver ~= 1 && DynareOptions.use_qzdiv
hx
=
real
(
hx
);
end
%
non
-
predetermined
variables
dr
.
gx
=
gx
;
%
predetermined
(
endogenous
state
)
variables
,
square
transition
matrix
dr
.
Gy
=
hx
;
\ No newline at end of file
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