ComplexNumbers¶
- class odl.set.sets.ComplexNumbers[source]¶
Bases:
Field
Set of complex numbers.
- Attributes:
Methods
contains_all
(other)Return
True
ifother
is a sequence of complex numbers.contains_set
(other)Return
True
ifother
is a subset of the complex numbers.element
([inp])Return a complex number from
inp
or from scratch.- __init__(*args, **kwargs)¶