I heard that this package was split into many smaller packages.
How can I install less solvers? I only need:
- DFBDF
- DImplicitEuler
- KenCarp4
Any idea?
I heard that this package was split into many smaller packages.
How can I install less solvers? I only need:
Any idea?
using OrdinaryDiffEqBDF, OrdinaryDiffEqSDIRK
is all you need.
We’re releasing a new set of docs rather soon which will cover the split.
And how can I then replace these lines:
import OrdinaryDiffEq.init
import OrdinaryDiffEq.step!
Those will be OrdinaryDiffEqCore.init!
etc.