autoreduce.utils.reduction.solve_ode

solve_ode(system_obj, timepoints, **kwargs)[source]

Solve a System over the given timepoints.

This is the direct user-facing wrapper around the ODE solver. Use get_ODE only when the solver object itself is needed.