Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
MichelJuillard
dynare
Commits
28eba237
Commit
28eba237
authored
Jul 31, 2015
by
MichelJuillard
Browse files
fixed bug introduced in commit
caa04fb2
(cherry picked from commit
8fb08096
)
parent
7c0218dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/dyn_first_order_solver.m
View file @
28eba237
...
...
@@ -274,7 +274,8 @@ else
opts
.
UT
=
true
;
opts
.
TRANSA
=
true
;
hx1
=
linsolve
(
tt
(
indx_stable_root
,
indx_stable_root
),
Z11
,
opts
)
'
;
opts
.
TRANSA
=
false
;
%
needed
by
Octave
4
.
0
.
0
opts
.
UT
=
false
;
%
needed
by
Octave
4
.
0
.
0
opts
.
TRANSA
=
false
;
%
needed
by
Octave
4
.
0
.
0
hx2
=
linsolve
(
Z11
,
ss
(
indx_stable_root
,
indx_stable_root
)
'
,
opts
)
'
;
hx
=
hx1
*
hx2
;
ghx
=
[
hx
(
k1
,
:
)
;
gx
(
k2
(
nboth
+
1
:
end
),
:
)];
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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