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
5059c484
Commit
5059c484
authored
Oct 22, 2010
by
Sébastien Villemot
Browse files
solve_algo=7 (GMRES) is forbidden under Octave
parent
55c6089d
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/steady_.m
View file @
5059c484
...
...
@@ -42,6 +42,10 @@ if ~options_.bytecode && options_.block && options_.solve_algo == 5
error
(
'STEADY: you can
''
t use solve_algo = 5 without bytecode option'
)
end
if
exist
(
'OCTAVE_VERSION'
)
&&
options_
.
solve_algo
==
7
error
(
'SIMUL: you can
''
t use solve_algo = 7 under Octave'
)
end
if
options_
.
steadystate_flag
[
ys
,
check
]
=
feval
([
M_
.
fname
'_steadystate'
],
...
oo_
.
steady_state
,
...
...
...
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