|
| From: | Rik |
| Subject: | [Octave-bug-tracker] [bug #50192] ode15s does not work when the initial value is a row |
| Date: | Tue, 5 Sep 2017 14:50:11 -0400 (EDT) |
| User-agent: | Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0 |
Update of bug #50192 (project octave):
Status: None => Fixed
Open/Closed: Open => Closed
_______________________________________________________
Follow-up Comment #8:
@Marco: I committed a modified version of your patch here
(http://hg.savannah.gnu.org/hgweb/octave/rev/6e7bb85e32b8). I decided not to
rename y0 and yp0 since those are the names that Matlab uses and many users
may be familiar with them.
Thus, the change was principally to check_default_input which now validates y0
and yp0 more carefully, and then transforms them to column vectors.
Perhaps you could pull and then run
test ode15i
test ode15s
and see if everything still passes. I don't have SUNDIALS so these tests are
all skipped on my computer.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?50192>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |