Is it possible to implement the LSODA in ODEINT?
LifeWorks opened this issue · 1 comments
LifeWorks commented
I need to evaluate many odes without knowing whether it is stiff or non-stiff. I guess LSODA could best suite such problems. But there is not a good implementation in C++.
headmyshoulder commented
Sorry, there is currently nothing like this in odeint. You might try the GSL, but I am not sure if they have something to detect stiffness.