This is documentation for an old release of SciPy (version 1.8.0). Read this page in the documentation of the latest stable release (version 1.15.1).

scipy.integrate.ode.set_integrator#

ode.set_integrator(name, **integrator_params)[source]#

Set integrator by name.

Parameters
namestr

Name of the integrator.

integrator_params

Additional parameters for the integrator.