hgrecco / numbakit-ode

Leveraging numba to speed up ODE integration
Other
68 stars 3 forks source link

Implement BDF #3

Open hgrecco opened 4 years ago

hgrecco commented 4 years ago

Implicit method based on backward-differentiation formulas.

See Scipy implementation