diffeqsolve - Diffrax (original) (raw)

Solves a differential equation.

This function is the main entry point for solving all kinds of initial value problems, whether they are ODEs, SDEs, or CDEs.

The differential equation is integrated from t0 to t1.

See the Getting started page for example usage.

Main arguments:

These are the arguments most commonly used day-to-day.

Other arguments:

These arguments are less frequently used, and for most purposes you shouldn't need to understand these. All of these are keyword-only arguments.

Returns:

Returns a diffrax.Solution object specifying the solution to the differential equation.

Raises:

Note

It is possible to have t1 < t0, in which case integration proceeds backwards in time.