alexfikl / pycaputo

Evaluate fractional integrals and solve fractional ODEs.
https://pycaputo.readthedocs.io
3 stars 0 forks source link

[quad] Implement methods from Li2020 #21

Open alexfikl opened 1 year ago

alexfikl commented 1 year ago

Li2020 contains a fairly up to date set of numerical methods for fractional derivatives and integrals. It would be very cool to implement most of this and compare.

alexfikl commented 1 year ago

Generic Newton-Cotes is quite hard to implement (Li2020 doesn't give any details) since we can't nicely integrate arbitrary order Lagrange polynomials.