ScipyRK45#

class ScipyRK45(atol=1e-06, rtol=1e-06, verbose=False, linsolver=None)[source]#

Integrator class based on SciPy’s implementation of RK45

Methods

solve(rhs, x0, tspan, saveat, **kwargs)

Solves the system of ODEs defined by dy/dt = rhs(t, y).