verry.integrate.doubleton#
- class verry.integrate.doubleton(tracker=None)#
Bases:
TrackerFactory,GenericFactory for creating
Trackerusing doubleton method.This tracker is suitable for large initial intervals.
This is an implementation of Evaluation 4 in [1], and the name “doubleton” is from [2].
- Parameters:
tracker (TrackerFactory | Callable[[], TrackerFactory], optional) – The default is
qr.
References
- create(x0)#
Create
Tracker.- Parameters:
x0 (IntervalMatrix, shape (n,)) – Initial values.
- Return type: