Field
- class odl.Field
Bases:
SetA set that satisfies the field axioms.
Examples:
RealNumbers,ComplexNumbersor the finite field
.See the Wikipedia entry on fields for further information.
- __init__()
Bases: Set
A set that satisfies the field axioms.
Examples: RealNumbers, ComplexNumbers or
the finite field
.
See the Wikipedia entry on fields for further information.