]> gitweb.michael.orlitzky.com - sage.d.git/history - mjo/interpolation.py
Define product = prod, which is provided by Sage.
[sage.d.git] / mjo / interpolation.py
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.