]> gitweb.michael.orlitzky.com - sage.d.git/history - mjo/orthogonal_polynomials.py
eja: rename operator_inner_product -> operator_trace inner_product.
[sage.d.git] / mjo / orthogonal_polynomials.py
2019-12-07 Michael Orlitzkymjo: replace xrange() with range() for python-3.x compa...
2019-02-18 Michael Orlitzkymjo/orthogonal_polynomials.py: fix doctests.
2018-11-04 Michael Orlitzkyorthogonal_polynomials.py: use generator expressions...
2018-11-04 Michael Orlitzkyorthogonal_polynomials.py: use xrange everywhere.
2018-11-01 Michael Orlitzkymjo/orthogonal_polynomials.py: fix tests to work with...
2012-11-18 Michael OrlitzkyAdd an example of a least squares problem.
2012-11-18 Michael OrlitzkyFix legendre_p for finite field elements.
2012-11-18 Michael OrlitzkyAdd more tests and examples.
2012-11-18 Michael OrlitzkyAdd a few tests for the shifted Legendre polynomials.
2012-11-18 Michael OrlitzkyCombine the standard/general Legendre polynomial functions.
2012-11-17 Michael OrlitzkyAdd the orthogonal_polynomials module with the Legendre...