Generic Functions#

sdeint([f, g, method, dt, name, show_code, ...])

Numerical integration for SDEs.

set_default_sdeint(method)

Set the default SDE numerical integrator method for differential equations.

get_default_sdeint()

Get the default SDE numerical integrator method.

register_sde_integrator(name, integrator)

Register a new SDE integrator.

get_supported_methods()

Get all supported numerical methods for DDEs.