verry.optimize.AllRootScalarResult#

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

Bases: Generic

Output of allroot_scalar().

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

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

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