octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Default merged to stable for upcoming 4.2 release


From: c.
Subject: Re: Default merged to stable for upcoming 4.2 release
Date: Thu, 6 Oct 2016 07:55:20 +0200

On 5 Oct 2016, at 20:09, c. <address@hidden> wrote:

> 
> On 5 Oct 2016, at 19:32, Jacopo Corno <address@hidden> wrote:
> 
>> It's working correctly in Matlab 2015a.
> do you also have access to 2016b ?
> anyway if it is working in matlab let's just apply your patch ...
> 
> or can we simply change things so that invoking
> 
>  [t, x] = ode45 (fun, tspan, y0, opts, varargin)
> 
> results in the function handle being created inside ode45:
> 
>  fun = @(t, x) fun (t, x, varargin{:});
> 
> ?


Jacopo,

I pushed your patch on top of a few changes to simplify
option management in ode solvers (new odeset/odeget, finally!!).

I also removed the useless algorithms integrate_n_steps 
and integrate_constant, you can either move them to odepkg
or delete their invocation from other solvers in odepkg.

please pull the new stable branch and test odepkg against it
before the release.

c.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]