verry.integrate.affine#

class verry.integrate.affine(n=None, m=0)#

Bases: TrackerFactory, Generic

Factory for creating Tracker using affine arithmetic.

This tracker usually produces the most accurate result.

create(x0)#

Create Tracker.

Parameters:

x0 (IntervalMatrix, shape (n,)) – Initial values.

Return type:

Tracker