verry.optimize.AllRootResult#

class verry.optimize.AllRootResult(exists=<factory>, unique=<factory>, unknown=<factory>)#

Bases: Generic

Output of allroot().

Variables:
  • exists (list[IntervalMatrix]) – Interval vectors in which at least one root exists.

  • unique (list[IntervalMatrix]) – Interval vectors in which exactly one root exists.

  • unknown (list[IntervalMatrix]) – Interval vectors in which the existence of roots could not be verified.