comparison libinterp/corefcn/module.mk @ 20568: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 818122703f1e
children e5f36a7854a5
comparison
equal deleted inserted replaced
20567:2480bbcd1333 20568:fcb792acab9b
172 libinterp/corefcn/hex2num.cc \ 172 libinterp/corefcn/hex2num.cc \
173 libinterp/corefcn/hook-fcn.cc \ 173 libinterp/corefcn/hook-fcn.cc \
174 libinterp/corefcn/input.cc \ 174 libinterp/corefcn/input.cc \
175 libinterp/corefcn/inv.cc \ 175 libinterp/corefcn/inv.cc \
176 libinterp/corefcn/kron.cc \ 176 libinterp/corefcn/kron.cc \
177 libinterp/corefcn/levenshtein.cc \
177 libinterp/corefcn/load-path.cc \ 178 libinterp/corefcn/load-path.cc \
178 libinterp/corefcn/load-save.cc \ 179 libinterp/corefcn/load-save.cc \
179 libinterp/corefcn/lookup.cc \ 180 libinterp/corefcn/lookup.cc \
180 libinterp/corefcn/ls-ascii-helper.cc \ 181 libinterp/corefcn/ls-ascii-helper.cc \
181 libinterp/corefcn/ls-hdf5.cc \ 182 libinterp/corefcn/ls-hdf5.cc \