ODESolverState

class probnum.diffeq.ODESolverState(ivp, t, rv, error_estimate=None, reference_state=None)

Bases: object

ODE solver states.

Attributes Summary

error_estimate

reference_state

Attributes Documentation

error_estimate: Optional[numpy.ndarray] = None
reference_state: Optional[numpy.ndarray] = None