CartesianProduct¶
- class odl.set.sets.CartesianProduct(*sets)[source]¶
Bases:
SetCartesian product of a finite number of sets.
The elements of this set are tuples where the i-th entry is an element of the i-th set.
- 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
CartesianProductelement.