alexfikl / pycaputo

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

[diff] Rework evaluation in diff #55

Closed alexfikl closed 1 month ago

alexfikl commented 2 months ago

Right now, calling

df = diff(method, func, points)

will evaluate the fractional derivative of func on all the points, e.g. $D_C^\alpha[f](x_n)$ for all $x_n$. Ideally, we want to be more coarse grained here

alexfikl commented 2 months ago

We also want to separate these: