This is documentation for an old release of SciPy (version 0.10.1). Read this page Search for this page in the documentation of the latest stable release (version 1.15.0).
scipy.integrate.ode.set_integrator
-
ode.set_integrator(name, **integrator_params)
Set integrator by name.
Parameters : | name : str
integrator_params : :
Additional parameters for the integrator.
|