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
MichelJuillard
dynare
Commits
8fb08096
Commit
8fb08096
authored
Jul 31, 2015
by
MichelJuillard
Browse files
fixed bug introduced in commit
caa04fb2
parent
f41e565b
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/dyn_first_order_solver.m
View file @
8fb08096
...
...
@@ -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
.
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