]> gitweb.michael.orlitzky.com - sage.d.git/history - mjo/interpolation.py
eja: rename operator_inner_product -> operator_trace inner_product.
[sage.d.git] / mjo / interpolation.py
2019-12-07 Michael Orlitzkymjo/interpolation.py: wrap map() calls in list() for...
2019-12-07 Michael Orlitzkymjo: replace xrange() with range() for python-3.x compa...
2018-11-04 Michael Orlitzkymjo/interpolation.py: partial conversion to generator...
2018-11-04 Michael Orlitzkymjo/interpolation.py: use xrange everywhere.
2018-11-01 Michael Orlitzkymjo/interpolation.py: allow tests to run with PYTHONPAT...
2015-12-04 Michael OrlitzkyFix a deprecated doctest.
2015-07-27 Michael Orlitzkymjo/interpolation.py: fix typo.
2014-10-24 Michael OrlitzkyFix a (harmless) doctest failure in mjo.interpolation.
2012-12-05 Michael OrlitzkyDefine product = prod, which is provided by Sage.
2012-12-04 Michael OrlitzkyUse SR.var() instead of var() everywhere.
2012-11-28 Michael OrlitzkyAdd the lagrange_interpolate() function, which lets...
2012-11-04 Michael OrlitzkyClean up a little bit of the interpolation code.
2012-11-04 Michael OrlitzkyAdd the lagrange_psi function.
2012-10-26 Michael OrlitzkyAdd the Hermite functions to interpolation.py.
2012-10-26 Michael OrlitzkyMake the divided_difference() function rely on divided_...
2012-10-26 Michael OrlitzkyAdd the divided_difference_coefficients() function.
2012-10-26 Michael OrlitzkyUpdate the lagrange_polynomial() function to take a...
2012-10-26 Michael OrlitzkyReplace the load() call in interpolation.py with an...
2012-10-26 Michael OrlitzkyAdd the divided_difference() and newton_polynomial...
2012-10-26 Michael OrlitzkyAdd the 'product' function to misc.py.