Mercurial > hg > octave-nkf
diff scripts/module.mk @ 20743:fcb792acab9b
Moving ode45, odeset, odeget, and levenshtein from odepkg to core.
* libinterp/corefcn/levenshtein.cc: move function from odepkg into core
* libinterp/corefcn/module.mk: include levenshtein.cc
* scripts/ode: move ode45, odeset, odeget, and all dependencies
from odepkg into core
* scripts/module.mk: include them
* doc/interpreter/diffeq.txi: add documentation for ode45,
odeset, odeget
* NEWS: announce functions included with this changeset
* scripts/help/__unimplemented__.m: removed new functions
author | jcorno <jacopo.corno@gmail.com> |
---|---|
date | Thu, 24 Sep 2015 12:58:46 +0200 |
parents | ac0f7acdc3fd |
children |
line wrap: on
line diff
--- a/scripts/module.mk +++ b/scripts/module.mk @@ -47,6 +47,7 @@ include scripts/java/module.mk include scripts/linear-algebra/module.mk include scripts/miscellaneous/module.mk +include scripts/ode/module.mk include scripts/optimization/module.mk include scripts/path/module.mk include scripts/pkg/module.mk