ComplexVector ############# .. currentmodule:: pyarts3.arts .. autoclass:: ComplexVector .. rubric:: Overview .. list-table:: * - Method - :func:`~pyarts3.arts.ComplexVector.conj` - See :attr:`numpy.ndarray.conj` * - Method - :func:`~pyarts3.arts.ComplexVector.conjugate` - See :attr:`numpy.ndarray.conjugate` * - Method - :func:`~pyarts3.arts.ComplexVector.copy` - See :attr:`numpy.ndarray.copy` * - Method - :func:`~pyarts3.arts.ComplexVector.cumprod` - See :attr:`numpy.ndarray.cumprod` * - Method - :func:`~pyarts3.arts.ComplexVector.cumsum` - See :attr:`numpy.ndarray.cumsum` * - Method - :func:`~pyarts3.arts.ComplexVector.diagonal` - See :attr:`numpy.ndarray.diagonal` * - Method - :func:`~pyarts3.arts.ComplexVector.fill` - See :attr:`numpy.ndarray.fill` * - Method - :func:`~pyarts3.arts.ComplexVector.flatten` - See :attr:`numpy.ndarray.flatten` * - Method - :func:`~pyarts3.arts.ComplexVector.max` - See :attr:`numpy.ndarray.max` * - Method - :func:`~pyarts3.arts.ComplexVector.mean` - See :attr:`numpy.ndarray.mean` * - Method - :func:`~pyarts3.arts.ComplexVector.min` - See :attr:`numpy.ndarray.min` * - Method - :func:`~pyarts3.arts.ComplexVector.nonzero` - See :attr:`numpy.ndarray.nonzero` * - Method - :func:`~pyarts3.arts.ComplexVector.prod` - See :attr:`numpy.ndarray.prod` * - Method - :func:`~pyarts3.arts.ComplexVector.ravel` - See :attr:`numpy.ndarray.ravel` * - Method - :func:`~pyarts3.arts.ComplexVector.repeat` - See :attr:`numpy.ndarray.repeat` * - Method - :func:`~pyarts3.arts.ComplexVector.reshape` - See :attr:`numpy.ndarray.reshape` * - Method - :func:`~pyarts3.arts.ComplexVector.round` - See :attr:`numpy.ndarray.round` * - Method - :func:`~pyarts3.arts.ComplexVector.squeeze` - See :attr:`numpy.ndarray.squeeze` * - Method - :func:`~pyarts3.arts.ComplexVector.std` - See :attr:`numpy.ndarray.std` * - Method - :func:`~pyarts3.arts.ComplexVector.sum` - See :attr:`numpy.ndarray.sum` * - Method - :func:`~pyarts3.arts.ComplexVector.tolist` - See :attr:`numpy.ndarray.tolist` * - Method - :func:`~pyarts3.arts.ComplexVector.trace` - See :attr:`numpy.ndarray.trace` * - Method - :func:`~pyarts3.arts.ComplexVector.transpose` - See :attr:`numpy.ndarray.transpose` * - Method - :func:`~pyarts3.arts.ComplexVector.var` - See :attr:`numpy.ndarray.var` * - Attribute - :attr:`~pyarts3.arts.ComplexVector.T` - See :attr:`numpy.ndarray.T`. * - Attribute - :attr:`~pyarts3.arts.ComplexVector.dtype` - See :attr:`numpy.ndarray.dtype`. * - Attribute - :attr:`~pyarts3.arts.ComplexVector.imag` - See :attr:`numpy.ndarray.imag`. * - Attribute - :attr:`~pyarts3.arts.ComplexVector.itemsize` - See :attr:`numpy.ndarray.itemsize`. * - Attribute - :attr:`~pyarts3.arts.ComplexVector.nbytes` - See :attr:`numpy.ndarray.nbytes`. * - Attribute - :attr:`~pyarts3.arts.ComplexVector.ndim` - See :attr:`numpy.ndarray.ndim`. * - Attribute - :attr:`~pyarts3.arts.ComplexVector.real` - See :attr:`numpy.ndarray.real`. * - Attribute - :attr:`~pyarts3.arts.ComplexVector.shape` - See :attr:`numpy.ndarray.shape`. * - Attribute - :attr:`~pyarts3.arts.ComplexVector.size` - See :attr:`numpy.ndarray.size`. * - Attribute - :attr:`~pyarts3.arts.ComplexVector.strides` - See :attr:`numpy.ndarray.strides`. * - Attribute - :attr:`~pyarts3.arts.ComplexVector.value` - A :class:`~numpy.ndarray` of the object. * - Operator - :func:`~pyarts3.arts.ComplexVector.__abs__` - See :attr:`numpy.ndarray.__abs__` * - Operator - :func:`~pyarts3.arts.ComplexVector.__add__` - See :attr:`numpy.ndarray.__add__` * - Operator - :func:`~pyarts3.arts.ComplexVector.__and__` - See :attr:`numpy.ndarray.__and__` * - Operator - :func:`~pyarts3.arts.ComplexVector.__array__` - Allows :func:`~numpy.array` to be called with the object. * - Operator - :func:`~pyarts3.arts.ComplexVector.__contains__` - See :attr:`numpy.ndarray.__contains__` * - Operator - :func:`~pyarts3.arts.ComplexVector.__divmod__` - See :attr:`numpy.ndarray.__divmod__` * - Operator - :func:`~pyarts3.arts.ComplexVector.__eq__` - See :attr:`numpy.ndarray.__eq__` * - Operator - :func:`~pyarts3.arts.ComplexVector.__floordiv__` - See :attr:`numpy.ndarray.__floordiv__` * - Operator - :func:`~pyarts3.arts.ComplexVector.__format__` - Default object formatter. * - Operator - :func:`~pyarts3.arts.ComplexVector.__ge__` - See :attr:`numpy.ndarray.__ge__` * - Operator - :func:`~pyarts3.arts.ComplexVector.__getitem__` - See :attr:`numpy.ndarray.__getitem__` * - Operator - :func:`~pyarts3.arts.ComplexVector.__getstate__` - __getstate__(self) -> tuple[object] * - Operator - :func:`~pyarts3.arts.ComplexVector.__gt__` - See :attr:`numpy.ndarray.__gt__` * - Operator - :func:`~pyarts3.arts.ComplexVector.__hash__` - Return hash(self). * - Operator - :func:`~pyarts3.arts.ComplexVector.__iadd__` - See :attr:`numpy.ndarray.__iadd__` * - Operator - :func:`~pyarts3.arts.ComplexVector.__iand__` - See :attr:`numpy.ndarray.__iand__` * - Operator - :func:`~pyarts3.arts.ComplexVector.__ifloordiv__` - See :attr:`numpy.ndarray.__ifloordiv__` * - Operator - :func:`~pyarts3.arts.ComplexVector.__imatmul__` - See :attr:`numpy.ndarray.__imatmul__` * - Operator - :func:`~pyarts3.arts.ComplexVector.__imod__` - See :attr:`numpy.ndarray.__imod__` * - Operator - :func:`~pyarts3.arts.ComplexVector.__imul__` - See :attr:`numpy.ndarray.__imul__` * - Operator - :func:`~pyarts3.arts.ComplexVector.__init__` - __init__(self, l: list) -> None * - Operator - :func:`~pyarts3.arts.ComplexVector.__ior__` - See :attr:`numpy.ndarray.__ior__` * - Operator - :func:`~pyarts3.arts.ComplexVector.__ipow__` - See :attr:`numpy.ndarray.__ipow__` * - Operator - :func:`~pyarts3.arts.ComplexVector.__isub__` - See :attr:`numpy.ndarray.__isub__` * - Operator - :func:`~pyarts3.arts.ComplexVector.__iter__` - See :attr:`numpy.ndarray.__iter__` * - Operator - :func:`~pyarts3.arts.ComplexVector.__itruediv__` - See :attr:`numpy.ndarray.__itruediv__` * - Operator - :func:`~pyarts3.arts.ComplexVector.__le__` - See :attr:`numpy.ndarray.__le__` * - Operator - :func:`~pyarts3.arts.ComplexVector.__len__` - See :attr:`numpy.ndarray.__len__` * - Operator - :func:`~pyarts3.arts.ComplexVector.__lt__` - See :attr:`numpy.ndarray.__lt__` * - Operator - :func:`~pyarts3.arts.ComplexVector.__matmul__` - See :attr:`numpy.ndarray.__matmul__` * - Operator - :func:`~pyarts3.arts.ComplexVector.__mod__` - See :attr:`numpy.ndarray.__mod__` * - Operator - :func:`~pyarts3.arts.ComplexVector.__mul__` - See :attr:`numpy.ndarray.__mul__` * - Operator - :func:`~pyarts3.arts.ComplexVector.__ne__` - See :attr:`numpy.ndarray.__ne__` * - Operator - :func:`~pyarts3.arts.ComplexVector.__or__` - See :attr:`numpy.ndarray.__or__` * - Operator - :func:`~pyarts3.arts.ComplexVector.__pow__` - See :attr:`numpy.ndarray.__pow__` * - Operator - :func:`~pyarts3.arts.ComplexVector.__radd__` - See :attr:`numpy.ndarray.__radd__` * - Operator - :func:`~pyarts3.arts.ComplexVector.__rand__` - See :attr:`numpy.ndarray.__rand__` * - Operator - :func:`~pyarts3.arts.ComplexVector.__rdivmod__` - See :attr:`numpy.ndarray.__rdivmod__` * - Operator - :func:`~pyarts3.arts.ComplexVector.__repr__` - Return repr(self). * - Operator - :func:`~pyarts3.arts.ComplexVector.__rfloordiv__` - See :attr:`numpy.ndarray.__rfloordiv__` * - Operator - :func:`~pyarts3.arts.ComplexVector.__rmatmul__` - See :attr:`numpy.ndarray.__rmatmul__` * - Operator - :func:`~pyarts3.arts.ComplexVector.__rmod__` - See :attr:`numpy.ndarray.__rmod__` * - Operator - :func:`~pyarts3.arts.ComplexVector.__rmul__` - See :attr:`numpy.ndarray.__rmul__` * - Operator - :func:`~pyarts3.arts.ComplexVector.__ror__` - See :attr:`numpy.ndarray.__ror__` * - Operator - :func:`~pyarts3.arts.ComplexVector.__rpow__` - See :attr:`numpy.ndarray.__rpow__` * - Operator - :func:`~pyarts3.arts.ComplexVector.__rsub__` - See :attr:`numpy.ndarray.__rsub__` * - Operator - :func:`~pyarts3.arts.ComplexVector.__rtruediv__` - See :attr:`numpy.ndarray.__rtruediv__` * - Operator - :func:`~pyarts3.arts.ComplexVector.__setitem__` - See :attr:`numpy.ndarray.__setitem__` * - Operator - :func:`~pyarts3.arts.ComplexVector.__setstate__` - __setstate__(self, arg: tuple[object], /) -> None * - Operator - :func:`~pyarts3.arts.ComplexVector.__str__` - Return str(self). * - Operator - :func:`~pyarts3.arts.ComplexVector.__truediv__` - See :attr:`numpy.ndarray.__truediv__` .. rubric:: Constructors .. automethod:: __init__ :noindex: .. rubric:: Methods .. automethod:: ComplexVector.conj .. automethod:: ComplexVector.conjugate .. automethod:: ComplexVector.copy .. automethod:: ComplexVector.cumprod .. automethod:: ComplexVector.cumsum .. automethod:: ComplexVector.diagonal .. automethod:: ComplexVector.fill .. automethod:: ComplexVector.flatten .. automethod:: ComplexVector.max .. automethod:: ComplexVector.mean .. automethod:: ComplexVector.min .. automethod:: ComplexVector.nonzero .. automethod:: ComplexVector.prod .. automethod:: ComplexVector.ravel .. automethod:: ComplexVector.repeat .. automethod:: ComplexVector.reshape .. automethod:: ComplexVector.round .. automethod:: ComplexVector.squeeze .. automethod:: ComplexVector.std .. automethod:: ComplexVector.sum .. automethod:: ComplexVector.tolist .. automethod:: ComplexVector.trace .. automethod:: ComplexVector.transpose .. automethod:: ComplexVector.var .. rubric:: Attributes .. attribute:: ComplexVector.T :type: object See :attr:`numpy.ndarray.T`. .. :class:`object` .. attribute:: ComplexVector.dtype :type: object See :attr:`numpy.ndarray.dtype`. .. :class:`object` .. attribute:: ComplexVector.imag :type: object See :attr:`numpy.ndarray.imag`. .. :class:`object` .. attribute:: ComplexVector.itemsize :type: object See :attr:`numpy.ndarray.itemsize`. .. :class:`object` .. attribute:: ComplexVector.nbytes :type: object See :attr:`numpy.ndarray.nbytes`. .. :class:`object` .. attribute:: ComplexVector.ndim :type: object See :attr:`numpy.ndarray.ndim`. .. :class:`object` .. attribute:: ComplexVector.real :type: object See :attr:`numpy.ndarray.real`. .. :class:`object` .. attribute:: ComplexVector.shape :type: object See :attr:`numpy.ndarray.shape`. .. :class:`object` .. attribute:: ComplexVector.size :type: object See :attr:`numpy.ndarray.size`. .. :class:`object` .. attribute:: ComplexVector.strides :type: object See :attr:`numpy.ndarray.strides`. .. :class:`object` .. attribute:: ComplexVector.value :type: ~numpy.ndarray A :class:`~numpy.ndarray` of the object. .. :class:`~numpy.ndarray` .. rubric:: Operators .. automethod:: ComplexVector.__abs__ .. automethod:: ComplexVector.__add__ .. automethod:: ComplexVector.__and__ .. automethod:: ComplexVector.__array__ .. automethod:: ComplexVector.__contains__ .. automethod:: ComplexVector.__divmod__ .. automethod:: ComplexVector.__eq__ .. automethod:: ComplexVector.__floordiv__ .. automethod:: ComplexVector.__format__ .. automethod:: ComplexVector.__ge__ .. automethod:: ComplexVector.__getitem__ .. automethod:: ComplexVector.__getstate__ .. automethod:: ComplexVector.__gt__ .. automethod:: ComplexVector.__hash__ .. automethod:: ComplexVector.__iadd__ .. automethod:: ComplexVector.__iand__ .. automethod:: ComplexVector.__ifloordiv__ .. automethod:: ComplexVector.__imatmul__ .. automethod:: ComplexVector.__imod__ .. automethod:: ComplexVector.__imul__ .. automethod:: ComplexVector.__init__ .. automethod:: ComplexVector.__ior__ .. automethod:: ComplexVector.__ipow__ .. automethod:: ComplexVector.__isub__ .. automethod:: ComplexVector.__iter__ .. automethod:: ComplexVector.__itruediv__ .. automethod:: ComplexVector.__le__ .. automethod:: ComplexVector.__len__ .. automethod:: ComplexVector.__lt__ .. automethod:: ComplexVector.__matmul__ .. automethod:: ComplexVector.__mod__ .. automethod:: ComplexVector.__mul__ .. automethod:: ComplexVector.__ne__ .. automethod:: ComplexVector.__or__ .. automethod:: ComplexVector.__pow__ .. automethod:: ComplexVector.__radd__ .. automethod:: ComplexVector.__rand__ .. automethod:: ComplexVector.__rdivmod__ .. automethod:: ComplexVector.__repr__ .. automethod:: ComplexVector.__rfloordiv__ .. automethod:: ComplexVector.__rmatmul__ .. automethod:: ComplexVector.__rmod__ .. automethod:: ComplexVector.__rmul__ .. automethod:: ComplexVector.__ror__ .. automethod:: ComplexVector.__rpow__ .. automethod:: ComplexVector.__rsub__ .. automethod:: ComplexVector.__rtruediv__ .. automethod:: ComplexVector.__setitem__ .. automethod:: ComplexVector.__setstate__ .. automethod:: ComplexVector.__str__ .. automethod:: ComplexVector.__truediv__