]> gitweb.michael.orlitzky.com - sage.d.git/history - mjo/interpolation.py
Add the lagrange_psi function.
[sage.d.git] / mjo / interpolation.py
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.