Implement LSODA
Opened this issue · 1 comments
hgrecco commented
Adams/BDF method with automatic stiffness detection and switching.
See Scipy implementation
Nicholaswogan commented
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.