Generic Functions#

odeint([f, method, var_type, dt, name, ...])

Numerical integration for ODEs.

set_default_odeint(method)

Set the default ODE numerical integrator method for differential equations.

get_default_odeint()

Get the default ODE numerical integrator method.

register_ode_integrator(name, integrator)

Register a new ODE integrator.

get_supported_methods()

Get all supported numerical methods for DDEs.