The struct that actually solves an IVP with Euler’s method
Is the associated IVPStepper for Euler (the IVPSolver)
You should use Euler and not this type directly
Implementing this trait is providing the main functionality of
an initial value problem solver. This should be used only when
implementing an IVPSolver, users should use the solver via the IVPSolver
trait’s interface.