log scripts/ode/odeset.m @ 20937:3b2cc6ef0624

age author description
Fri, 18 Dec 2015 15:55:36 -0500 John W. Eaton use numfields (x) instead of numel (fieldnames (x))
Fri, 18 Dec 2015 08:08:38 +0100 Carlo de Falco mark test failure in odeset as xtest
Wed, 16 Dec 2015 10:25:05 +0100 Carlo de Falco remove verbose warnings from ode solvers
Sat, 12 Dec 2015 07:31:00 -0800 Rik 2015 Code Sprint: remove class of function from docstring for all m-files.
Mon, 19 Oct 2015 08:22:23 -0700 Rik Performance improvements for ODE functions.
Sun, 18 Oct 2015 09:55:41 -0700 Rik maint: Remove unnecessary 'v' prefix before variables in ODE m-files.
Fri, 16 Oct 2015 10:31:02 -0700 Rik maint: Remove obsolete ODE options from odeset/odeget/ode45.
Fri, 09 Oct 2015 12:03:23 -0700 Rik Remove fuzzy matching from odeset/odeget.
Mon, 05 Oct 2015 11:59:18 -0700 Rik maint: Clean up implementations of ode45.m, odeget.m, odeset.m.
Sat, 03 Oct 2015 22:10:45 -0700 Rik maint: Use Octave coding conventions for ode* functions.
Sat, 03 Oct 2015 21:03:16 -0700 Rik doc: Rewrite docstrings for ode* family of functions.
Thu, 24 Sep 2015 12:58:46 +0200 jcorno Moving ode45, odeset, odeget, and levenshtein from odepkg to core.