verry.integrate.ODESolution#

class verry.integrate.ODESolution(ts, series)#

Bases: Generic

Solution of ODEs.

Variables:
  • ts (list, length n+1) – Segment breakpoints.

  • series (list[tuple[IntervalSeries, ...]], length n) – Sequence of solutions for each segment.

__call__(arg)#

Return the value that the solution takes in arg.

Return type:

tuple[Interval, …]