verry.integrate.qr#

class verry.integrate.qr#

Bases: TrackerFactory, Generic

Factory for creating Tracker using a QR decomposition.

This is an implementation of Evaluation 3 in [1], known as a Lohner’s QR algorithm.

References

create(x0)#

Create Tracker.

Parameters:

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

Return type:

Tracker