FiniteSet¶
- class odl.set.sets.FiniteSet(*elements)[source]¶
Bases:
SetA set given by a finite number of elements.
- Attributes:
Methods
contains_all(other)Test if all elements in
otherare contained in this set.contains_set(other)Test if
otheris a subset of this set.element([inp])Create a new element.