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