IndexVector ########### .. currentmodule:: pyarts.arts .. autoclass:: IndexVector .. rubric:: Overview .. list-table:: * - Method - :func:`~pyarts.arts.IndexVector.conj` - Wrapper for :attr:`numpy.ndarray.conj` using ARTS types. * - Method - :func:`~pyarts.arts.IndexVector.conjugate` - Wrapper for :attr:`numpy.ndarray.conjugate` using ARTS types. * - Method - :func:`~pyarts.arts.IndexVector.copy` - Wrapper for :attr:`numpy.ndarray.copy` using ARTS types. * - Method - :func:`~pyarts.arts.IndexVector.cumprod` - Wrapper for :attr:`numpy.ndarray.cumprod` using ARTS types. * - Method - :func:`~pyarts.arts.IndexVector.cumsum` - Wrapper for :attr:`numpy.ndarray.cumsum` using ARTS types. * - Method - :func:`~pyarts.arts.IndexVector.diagonal` - Wrapper for :attr:`numpy.ndarray.diagonal` using ARTS types. * - Method - :func:`~pyarts.arts.IndexVector.fill` - Wrapper for :attr:`numpy.ndarray.fill` using ARTS types. * - Method - :func:`~pyarts.arts.IndexVector.flatten` - Wrapper for :attr:`numpy.ndarray.flatten` using ARTS types. * - Method - :func:`~pyarts.arts.IndexVector.max` - Wrapper for :attr:`numpy.ndarray.max` using ARTS types. * - Method - :func:`~pyarts.arts.IndexVector.mean` - Wrapper for :attr:`numpy.ndarray.mean` using ARTS types. * - Method - :func:`~pyarts.arts.IndexVector.min` - Wrapper for :attr:`numpy.ndarray.min` using ARTS types. * - Method - :func:`~pyarts.arts.IndexVector.nonzero` - Wrapper for :attr:`numpy.ndarray.nonzero` using ARTS types. * - Method - :func:`~pyarts.arts.IndexVector.prod` - Wrapper for :attr:`numpy.ndarray.prod` using ARTS types. * - Method - :func:`~pyarts.arts.IndexVector.ravel` - Wrapper for :attr:`numpy.ndarray.ravel` using ARTS types. * - Method - :func:`~pyarts.arts.IndexVector.repeat` - Wrapper for :attr:`numpy.ndarray.repeat` using ARTS types. * - Method - :func:`~pyarts.arts.IndexVector.reshape` - Wrapper for :attr:`numpy.ndarray.reshape` using ARTS types. * - Method - :func:`~pyarts.arts.IndexVector.round` - Wrapper for :attr:`numpy.ndarray.round` using ARTS types. * - Method - :func:`~pyarts.arts.IndexVector.squeeze` - Wrapper for :attr:`numpy.ndarray.squeeze` using ARTS types. * - Method - :func:`~pyarts.arts.IndexVector.std` - Wrapper for :attr:`numpy.ndarray.std` using ARTS types. * - Method - :func:`~pyarts.arts.IndexVector.sum` - Wrapper for :attr:`numpy.ndarray.sum` using ARTS types. * - Method - :func:`~pyarts.arts.IndexVector.tolist` - Wrapper for :attr:`numpy.ndarray.tolist` using ARTS types. * - Method - :func:`~pyarts.arts.IndexVector.trace` - Wrapper for :attr:`numpy.ndarray.trace` using ARTS types. * - Method - :func:`~pyarts.arts.IndexVector.transpose` - Wrapper for :attr:`numpy.ndarray.transpose` using ARTS types. * - Method - :func:`~pyarts.arts.IndexVector.var` - Wrapper for :attr:`numpy.ndarray.var` using ARTS types. * - Attribute - :attr:`~pyarts.arts.IndexVector.T` - Wrapper for :attr:`numpy.ndarray.T` using ARTS types. * - Attribute - :attr:`~pyarts.arts.IndexVector.dtype` - Wrapper for :attr:`numpy.ndarray.dtype` using ARTS types. * - Attribute - :attr:`~pyarts.arts.IndexVector.imag` - Wrapper for :attr:`numpy.ndarray.imag` using ARTS types. * - Attribute - :attr:`~pyarts.arts.IndexVector.itemsize` - Wrapper for :attr:`numpy.ndarray.itemsize` using ARTS types. * - Attribute - :attr:`~pyarts.arts.IndexVector.nbytes` - Wrapper for :attr:`numpy.ndarray.nbytes` using ARTS types. * - Attribute - :attr:`~pyarts.arts.IndexVector.ndim` - Wrapper for :attr:`numpy.ndarray.ndim` using ARTS types. * - Attribute - :attr:`~pyarts.arts.IndexVector.real` - Wrapper for :attr:`numpy.ndarray.real` using ARTS types. * - Attribute - :attr:`~pyarts.arts.IndexVector.shape` - Wrapper for :attr:`numpy.ndarray.shape` using ARTS types. * - Attribute - :attr:`~pyarts.arts.IndexVector.size` - Wrapper for :attr:`numpy.ndarray.size` using ARTS types. * - Attribute - :attr:`~pyarts.arts.IndexVector.strides` - Wrapper for :attr:`numpy.ndarray.strides` using ARTS types. * - Attribute - :attr:`~pyarts.arts.IndexVector.value` - A :class:`~numpy.ndarray` of the object. * - Operator - :func:`~pyarts.arts.IndexVector.__abs__` - Allows `abs(self)` * - Operator - :func:`~pyarts.arts.IndexVector.__add__` - Allows `self + value` * - Operator - :func:`~pyarts.arts.IndexVector.__and__` - Allows `self and value` * - Operator - :func:`~pyarts.arts.IndexVector.__array__` - Allows :func:`~numpy.array` to be called with the object. * - Operator - :func:`~pyarts.arts.IndexVector.__contains__` - Allows `key in self` * - Operator - :func:`~pyarts.arts.IndexVector.__divmod__` - Allows `divmod(self, value)` * - Operator - :func:`~pyarts.arts.IndexVector.__eq__` - Allows `self == value` * - Operator - :func:`~pyarts.arts.IndexVector.__floordiv__` - Allows `self // value` * - Operator - :func:`~pyarts.arts.IndexVector.__format__` - Default object formatter. * - Operator - :func:`~pyarts.arts.IndexVector.__ge__` - Allows `self >= value` * - Operator - :func:`~pyarts.arts.IndexVector.__getitem__` - Allows `self[key]` * - Operator - :func:`~pyarts.arts.IndexVector.__getstate__` - __getstate__(self) -> tuple[object] * - Operator - :func:`~pyarts.arts.IndexVector.__gt__` - Allows `self > value` * - Operator - :func:`~pyarts.arts.IndexVector.__hash__` - Return hash(self). * - Operator - :func:`~pyarts.arts.IndexVector.__iadd__` - Allows `self += value` * - Operator - :func:`~pyarts.arts.IndexVector.__iand__` - Allows `self &= value` * - Operator - :func:`~pyarts.arts.IndexVector.__ifloordiv__` - Allows `self //= value` * - Operator - :func:`~pyarts.arts.IndexVector.__imatmul__` - Allows `self @= value` * - Operator - :func:`~pyarts.arts.IndexVector.__imod__` - Allows `self %= value` * - Operator - :func:`~pyarts.arts.IndexVector.__imul__` - Allows `self *= value` * - Operator - :func:`~pyarts.arts.IndexVector.__init__` - __init__(self, l: list) -> None * - Operator - :func:`~pyarts.arts.IndexVector.__ior__` - Allows `self |= value` * - Operator - :func:`~pyarts.arts.IndexVector.__ipow__` - Allows `self **= value` * - Operator - :func:`~pyarts.arts.IndexVector.__isub__` - Allows `self -= value` * - Operator - :func:`~pyarts.arts.IndexVector.__iter__` - Allows `iter(self)` * - Operator - :func:`~pyarts.arts.IndexVector.__itruediv__` - Allows `self /= value` * - Operator - :func:`~pyarts.arts.IndexVector.__le__` - Allows `self <= value` * - Operator - :func:`~pyarts.arts.IndexVector.__len__` - Allows `len(self)` * - Operator - :func:`~pyarts.arts.IndexVector.__lt__` - Allows `self < value` * - Operator - :func:`~pyarts.arts.IndexVector.__matmul__` - Allows `self @ value` * - Operator - :func:`~pyarts.arts.IndexVector.__mod__` - Allows `self % value` * - Operator - :func:`~pyarts.arts.IndexVector.__mul__` - Allows `self * value` * - Operator - :func:`~pyarts.arts.IndexVector.__ne__` - Allows `self != value` * - Operator - :func:`~pyarts.arts.IndexVector.__or__` - Allows `self | value` * - Operator - :func:`~pyarts.arts.IndexVector.__pow__` - Allows `self ** value` * - Operator - :func:`~pyarts.arts.IndexVector.__radd__` - Allows `value + self` * - Operator - :func:`~pyarts.arts.IndexVector.__rand__` - Allows `value & self` * - Operator - :func:`~pyarts.arts.IndexVector.__rdivmod__` - Allows `value / self` * - Operator - :func:`~pyarts.arts.IndexVector.__repr__` - Return repr(self). * - Operator - :func:`~pyarts.arts.IndexVector.__rfloordiv__` - Allows `value // self` * - Operator - :func:`~pyarts.arts.IndexVector.__rmatmul__` - Allows `value @ self` * - Operator - :func:`~pyarts.arts.IndexVector.__rmod__` - Allows `value % self` * - Operator - :func:`~pyarts.arts.IndexVector.__rmul__` - Allows `value * self` * - Operator - :func:`~pyarts.arts.IndexVector.__ror__` - Allows `value | self` * - Operator - :func:`~pyarts.arts.IndexVector.__rpow__` - Allows `value ** self` * - Operator - :func:`~pyarts.arts.IndexVector.__rsub__` - Allows `value - self` * - Operator - :func:`~pyarts.arts.IndexVector.__rtruediv__` - Allows `value / self` * - Operator - :func:`~pyarts.arts.IndexVector.__setitem__` - Allows `self[key] = value` * - Operator - :func:`~pyarts.arts.IndexVector.__setstate__` - __setstate__(self, arg: tuple[object], /) -> None * - Operator - :func:`~pyarts.arts.IndexVector.__str__` - Return str(self). * - Operator - :func:`~pyarts.arts.IndexVector.__truediv__` - Allows `self / value` .. 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 .. autoattribute:: IndexVector.T .. autoattribute:: IndexVector.dtype .. autoattribute:: IndexVector.imag .. autoattribute:: IndexVector.itemsize .. autoattribute:: IndexVector.nbytes .. autoattribute:: IndexVector.ndim .. autoattribute:: IndexVector.real .. autoattribute:: IndexVector.shape .. autoattribute:: IndexVector.size .. autoattribute:: IndexVector.strides .. autoattribute:: IndexVector.value .. 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__