ComplexNumbers

class odl.set.sets.ComplexNumbers[source]

Bases: odl.set.sets.Field

Set of complex numbers.

Attributes
examples

Return examples of complex numbers.

field

Field of scalars for a field is itself.

Methods

contains_all(self, other)

Return True if other is a sequence of complex numbers.

contains_set(self, other)

Return True if other 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.