SciPy

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.

Previous topic

scipy.integrate.ode.set_initial_value

Next topic

scipy.integrate.ode.set_jac_params