hgrecco/numbakit-ode

Implement LSODA

Opened this issue · 1 comments

Adams/BDF method with automatic stiffness detection and switching.

See Scipy implementation

I made a jit-able wrapper to LSODA: https://github.com/Nicholaswogan/NumbaLSODA/blob/main/README.md

Might be useful for implementing here. Does require a C++ compiler tho.