alexfikl / pycaputo

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

Improve performance for systems with equal orders #45

Open alexfikl opened 3 months ago

alexfikl commented 3 months ago

When systems have the same order alpha for each component, all the weights are the same. We should let numpy broadcasting do its magic in that case and just compute a scalar weight.