Field¶
- class odl.set.sets.Field[source]¶
Bases:
SetA set that satisfies the field axioms.
Examples:
RealNumbers,ComplexNumbersor the finite field
.See the Wikipedia entry on fields for further information.
- 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])Return an element from
inpor from scratch.- __init__(*args, **kwargs)¶