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
8db0fee1
Commit
8db0fee1
authored
Sep 23, 2012
by
MichelJuillard
Browse files
removed useless lines
parent
d0d0b6ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/dyn_second_order_solver.m
View file @
8db0fee1
...
...
@@ -146,11 +146,6 @@ function dr = dyn_second_order_solver(jacobia,hessian,dr,M_,threads_ABC,threads_
%
lhs
dr
.
ghuu
=
A
\
rhs
;
dr
.
ghxx
=
dr
.
ghxx
(
1
:
M_
.
endo_nbr
,
:
);
dr
.
ghxu
=
dr
.
ghxu
(
1
:
M_
.
endo_nbr
,
:
);
dr
.
ghuu
=
dr
.
ghuu
(
1
:
M_
.
endo_nbr
,
:
);
%
dr
.
ghs2
%
derivatives
of
F
with
respect
to
forward
variables
%
reordering
predetermined
variables
in
diminishing
lag
order
...
...
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