ComplexNumbers¶
-
class
odl.set.sets.
ComplexNumbers
[source]¶ Bases:
odl.set.sets.Field
Set of complex numbers.
Methods
contains_all
(self, other)Return
True
ifother
is a sequence of complex numbers.contains_set
(self, other)Return
True
ifother
is a subset of the complex numbers.element
(self[, inp])Return a complex number from
inp
or from scratch.-
__init__
(self, /, \*args, \*\*kwargs)¶ Initialize self. See help(type(self)) for accurate signature.
-