StokvecTensor4 ############## .. currentmodule:: pyarts3.arts .. autoclass:: StokvecTensor4 .. rubric:: Overview .. list-table:: * - Method - :func:`~pyarts3.arts.StokvecTensor4.conj` - See :attr:`numpy.ndarray.conj` * - Method - :func:`~pyarts3.arts.StokvecTensor4.conjugate` - See :attr:`numpy.ndarray.conjugate` * - Method - :func:`~pyarts3.arts.StokvecTensor4.copy` - See :attr:`numpy.ndarray.copy` * - Method - :func:`~pyarts3.arts.StokvecTensor4.cumprod` - See :attr:`numpy.ndarray.cumprod` * - Method - :func:`~pyarts3.arts.StokvecTensor4.cumsum` - See :attr:`numpy.ndarray.cumsum` * - Method - :func:`~pyarts3.arts.StokvecTensor4.diagonal` - See :attr:`numpy.ndarray.diagonal` * - Method - :func:`~pyarts3.arts.StokvecTensor4.fill` - See :attr:`numpy.ndarray.fill` * - Method - :func:`~pyarts3.arts.StokvecTensor4.flatten` - See :attr:`numpy.ndarray.flatten` * - Method - :func:`~pyarts3.arts.StokvecTensor4.max` - See :attr:`numpy.ndarray.max` * - Method - :func:`~pyarts3.arts.StokvecTensor4.mean` - See :attr:`numpy.ndarray.mean` * - Method - :func:`~pyarts3.arts.StokvecTensor4.min` - See :attr:`numpy.ndarray.min` * - Method - :func:`~pyarts3.arts.StokvecTensor4.nonzero` - See :attr:`numpy.ndarray.nonzero` * - Method - :func:`~pyarts3.arts.StokvecTensor4.prod` - See :attr:`numpy.ndarray.prod` * - Method - :func:`~pyarts3.arts.StokvecTensor4.ravel` - See :attr:`numpy.ndarray.ravel` * - Method - :func:`~pyarts3.arts.StokvecTensor4.readxml` - Read variable from file * - Method - :func:`~pyarts3.arts.StokvecTensor4.repeat` - See :attr:`numpy.ndarray.repeat` * - Method - :func:`~pyarts3.arts.StokvecTensor4.reshape` - See :attr:`numpy.ndarray.reshape` * - Method - :func:`~pyarts3.arts.StokvecTensor4.round` - See :attr:`numpy.ndarray.round` * - Method - :func:`~pyarts3.arts.StokvecTensor4.savexml` - Saves variable to file * - Method - :func:`~pyarts3.arts.StokvecTensor4.squeeze` - See :attr:`numpy.ndarray.squeeze` * - Method - :func:`~pyarts3.arts.StokvecTensor4.std` - See :attr:`numpy.ndarray.std` * - Method - :func:`~pyarts3.arts.StokvecTensor4.sum` - See :attr:`numpy.ndarray.sum` * - Method - :func:`~pyarts3.arts.StokvecTensor4.tolist` - See :attr:`numpy.ndarray.tolist` * - Method - :func:`~pyarts3.arts.StokvecTensor4.trace` - See :attr:`numpy.ndarray.trace` * - Method - :func:`~pyarts3.arts.StokvecTensor4.transpose` - See :attr:`numpy.ndarray.transpose` * - Method - :func:`~pyarts3.arts.StokvecTensor4.var` - See :attr:`numpy.ndarray.var` * - Static Method - :func:`~pyarts3.arts.StokvecTensor4.fromxml` - Create variable from file * - Attribute - :attr:`~pyarts3.arts.StokvecTensor4.T` - See :attr:`numpy.ndarray.T`. * - Attribute - :attr:`~pyarts3.arts.StokvecTensor4.dtype` - See :attr:`numpy.ndarray.dtype`. * - Attribute - :attr:`~pyarts3.arts.StokvecTensor4.imag` - See :attr:`numpy.ndarray.imag`. * - Attribute - :attr:`~pyarts3.arts.StokvecTensor4.itemsize` - See :attr:`numpy.ndarray.itemsize`. * - Attribute - :attr:`~pyarts3.arts.StokvecTensor4.nbytes` - See :attr:`numpy.ndarray.nbytes`. * - Attribute - :attr:`~pyarts3.arts.StokvecTensor4.ndim` - See :attr:`numpy.ndarray.ndim`. * - Attribute - :attr:`~pyarts3.arts.StokvecTensor4.real` - See :attr:`numpy.ndarray.real`. * - Attribute - :attr:`~pyarts3.arts.StokvecTensor4.shape` - See :attr:`numpy.ndarray.shape`. * - Attribute - :attr:`~pyarts3.arts.StokvecTensor4.size` - See :attr:`numpy.ndarray.size`. * - Attribute - :attr:`~pyarts3.arts.StokvecTensor4.strides` - See :attr:`numpy.ndarray.strides`. * - Attribute - :attr:`~pyarts3.arts.StokvecTensor4.value` - A :class:`~numpy.ndarray` of the object. * - Operator - :func:`~pyarts3.arts.StokvecTensor4.__abs__` - See :attr:`numpy.ndarray.__abs__` * - Operator - :func:`~pyarts3.arts.StokvecTensor4.__add__` - See :attr:`numpy.ndarray.__add__` * - Operator - :func:`~pyarts3.arts.StokvecTensor4.__and__` - See :attr:`numpy.ndarray.__and__` * - Operator - :func:`~pyarts3.arts.StokvecTensor4.__array__` - Returns a :class:`~numpy.ndarray` of the object. The last dimensions are fixed to the underlying rtepack type's size. * - Operator - :func:`~pyarts3.arts.StokvecTensor4.__contains__` - See :attr:`numpy.ndarray.__contains__` * - Operator - :func:`~pyarts3.arts.StokvecTensor4.__divmod__` - See :attr:`numpy.ndarray.__divmod__` * - Operator - :func:`~pyarts3.arts.StokvecTensor4.__eq__` - See :attr:`numpy.ndarray.__eq__` * - Operator - :func:`~pyarts3.arts.StokvecTensor4.__floordiv__` - See :attr:`numpy.ndarray.__floordiv__` * - Operator - :func:`~pyarts3.arts.StokvecTensor4.__format__` - __format__(self, arg: str, /) -> str * - Operator - :func:`~pyarts3.arts.StokvecTensor4.__ge__` - See :attr:`numpy.ndarray.__ge__` * - Operator - :func:`~pyarts3.arts.StokvecTensor4.__getitem__` - See :attr:`numpy.ndarray.__getitem__` * - Operator - :func:`~pyarts3.arts.StokvecTensor4.__getstate__` - Helper for pickle. * - Operator - :func:`~pyarts3.arts.StokvecTensor4.__gt__` - See :attr:`numpy.ndarray.__gt__` * - Operator - :func:`~pyarts3.arts.StokvecTensor4.__hash__` - Return hash(self). * - Operator - :func:`~pyarts3.arts.StokvecTensor4.__iadd__` - See :attr:`numpy.ndarray.__iadd__` * - Operator - :func:`~pyarts3.arts.StokvecTensor4.__iand__` - See :attr:`numpy.ndarray.__iand__` * - Operator - :func:`~pyarts3.arts.StokvecTensor4.__ifloordiv__` - See :attr:`numpy.ndarray.__ifloordiv__` * - Operator - :func:`~pyarts3.arts.StokvecTensor4.__imatmul__` - See :attr:`numpy.ndarray.__imatmul__` * - Operator - :func:`~pyarts3.arts.StokvecTensor4.__imod__` - See :attr:`numpy.ndarray.__imod__` * - Operator - :func:`~pyarts3.arts.StokvecTensor4.__imul__` - See :attr:`numpy.ndarray.__imul__` * - Operator - :func:`~pyarts3.arts.StokvecTensor4.__init__` - __init__(self, arg: pyarts3.arts.StokvecTensor4) -> None * - Operator - :func:`~pyarts3.arts.StokvecTensor4.__ior__` - See :attr:`numpy.ndarray.__ior__` * - Operator - :func:`~pyarts3.arts.StokvecTensor4.__ipow__` - See :attr:`numpy.ndarray.__ipow__` * - Operator - :func:`~pyarts3.arts.StokvecTensor4.__isub__` - See :attr:`numpy.ndarray.__isub__` * - Operator - :func:`~pyarts3.arts.StokvecTensor4.__iter__` - See :attr:`numpy.ndarray.__iter__` * - Operator - :func:`~pyarts3.arts.StokvecTensor4.__itruediv__` - See :attr:`numpy.ndarray.__itruediv__` * - Operator - :func:`~pyarts3.arts.StokvecTensor4.__le__` - See :attr:`numpy.ndarray.__le__` * - Operator - :func:`~pyarts3.arts.StokvecTensor4.__len__` - See :attr:`numpy.ndarray.__len__` * - Operator - :func:`~pyarts3.arts.StokvecTensor4.__lt__` - See :attr:`numpy.ndarray.__lt__` * - Operator - :func:`~pyarts3.arts.StokvecTensor4.__matmul__` - See :attr:`numpy.ndarray.__matmul__` * - Operator - :func:`~pyarts3.arts.StokvecTensor4.__mod__` - See :attr:`numpy.ndarray.__mod__` * - Operator - :func:`~pyarts3.arts.StokvecTensor4.__mul__` - See :attr:`numpy.ndarray.__mul__` * - Operator - :func:`~pyarts3.arts.StokvecTensor4.__ne__` - See :attr:`numpy.ndarray.__ne__` * - Operator - :func:`~pyarts3.arts.StokvecTensor4.__or__` - See :attr:`numpy.ndarray.__or__` * - Operator - :func:`~pyarts3.arts.StokvecTensor4.__pow__` - See :attr:`numpy.ndarray.__pow__` * - Operator - :func:`~pyarts3.arts.StokvecTensor4.__radd__` - See :attr:`numpy.ndarray.__radd__` * - Operator - :func:`~pyarts3.arts.StokvecTensor4.__rand__` - See :attr:`numpy.ndarray.__rand__` * - Operator - :func:`~pyarts3.arts.StokvecTensor4.__rdivmod__` - See :attr:`numpy.ndarray.__rdivmod__` * - Operator - :func:`~pyarts3.arts.StokvecTensor4.__repr__` - __repr__(self) -> str * - Operator - :func:`~pyarts3.arts.StokvecTensor4.__rfloordiv__` - See :attr:`numpy.ndarray.__rfloordiv__` * - Operator - :func:`~pyarts3.arts.StokvecTensor4.__rmatmul__` - See :attr:`numpy.ndarray.__rmatmul__` * - Operator - :func:`~pyarts3.arts.StokvecTensor4.__rmod__` - See :attr:`numpy.ndarray.__rmod__` * - Operator - :func:`~pyarts3.arts.StokvecTensor4.__rmul__` - See :attr:`numpy.ndarray.__rmul__` * - Operator - :func:`~pyarts3.arts.StokvecTensor4.__ror__` - See :attr:`numpy.ndarray.__ror__` * - Operator - :func:`~pyarts3.arts.StokvecTensor4.__rpow__` - See :attr:`numpy.ndarray.__rpow__` * - Operator - :func:`~pyarts3.arts.StokvecTensor4.__rsub__` - See :attr:`numpy.ndarray.__rsub__` * - Operator - :func:`~pyarts3.arts.StokvecTensor4.__rtruediv__` - See :attr:`numpy.ndarray.__rtruediv__` * - Operator - :func:`~pyarts3.arts.StokvecTensor4.__setitem__` - See :attr:`numpy.ndarray.__setitem__` * - Operator - :func:`~pyarts3.arts.StokvecTensor4.__str__` - __str__(self) -> str * - Operator - :func:`~pyarts3.arts.StokvecTensor4.__truediv__` - See :attr:`numpy.ndarray.__truediv__` .. rubric:: Constructors .. automethod:: __init__ :noindex: .. rubric:: Methods .. automethod:: StokvecTensor4.conj .. automethod:: StokvecTensor4.conjugate .. automethod:: StokvecTensor4.copy .. automethod:: StokvecTensor4.cumprod .. automethod:: StokvecTensor4.cumsum .. automethod:: StokvecTensor4.diagonal .. automethod:: StokvecTensor4.fill .. automethod:: StokvecTensor4.flatten .. automethod:: StokvecTensor4.max .. automethod:: StokvecTensor4.mean .. automethod:: StokvecTensor4.min .. automethod:: StokvecTensor4.nonzero .. automethod:: StokvecTensor4.prod .. automethod:: StokvecTensor4.ravel .. automethod:: StokvecTensor4.readxml .. automethod:: StokvecTensor4.repeat .. automethod:: StokvecTensor4.reshape .. automethod:: StokvecTensor4.round .. automethod:: StokvecTensor4.savexml .. automethod:: StokvecTensor4.squeeze .. automethod:: StokvecTensor4.std .. automethod:: StokvecTensor4.sum .. automethod:: StokvecTensor4.tolist .. automethod:: StokvecTensor4.trace .. automethod:: StokvecTensor4.transpose .. automethod:: StokvecTensor4.var .. rubric:: Static Methods .. automethod:: StokvecTensor4.fromxml .. rubric:: Attributes .. attribute:: StokvecTensor4.T :type: object See :attr:`numpy.ndarray.T`. .. :class:`object` .. attribute:: StokvecTensor4.dtype :type: object See :attr:`numpy.ndarray.dtype`. .. :class:`object` .. attribute:: StokvecTensor4.imag :type: object See :attr:`numpy.ndarray.imag`. .. :class:`object` .. attribute:: StokvecTensor4.itemsize :type: object See :attr:`numpy.ndarray.itemsize`. .. :class:`object` .. attribute:: StokvecTensor4.nbytes :type: object See :attr:`numpy.ndarray.nbytes`. .. :class:`object` .. attribute:: StokvecTensor4.ndim :type: object See :attr:`numpy.ndarray.ndim`. .. :class:`object` .. attribute:: StokvecTensor4.real :type: object See :attr:`numpy.ndarray.real`. .. :class:`object` .. attribute:: StokvecTensor4.shape :type: object See :attr:`numpy.ndarray.shape`. .. :class:`object` .. attribute:: StokvecTensor4.size :type: object See :attr:`numpy.ndarray.size`. .. :class:`object` .. attribute:: StokvecTensor4.strides :type: object See :attr:`numpy.ndarray.strides`. .. :class:`object` .. attribute:: StokvecTensor4.value :type: ~numpy.ndarray A :class:`~numpy.ndarray` of the object. .. :class:`~numpy.ndarray` .. rubric:: Operators .. automethod:: StokvecTensor4.__abs__ .. automethod:: StokvecTensor4.__add__ .. automethod:: StokvecTensor4.__and__ .. automethod:: StokvecTensor4.__array__ .. automethod:: StokvecTensor4.__contains__ .. automethod:: StokvecTensor4.__divmod__ .. automethod:: StokvecTensor4.__eq__ .. automethod:: StokvecTensor4.__floordiv__ .. automethod:: StokvecTensor4.__format__ .. automethod:: StokvecTensor4.__ge__ .. automethod:: StokvecTensor4.__getitem__ .. automethod:: StokvecTensor4.__getstate__ .. automethod:: StokvecTensor4.__gt__ .. automethod:: StokvecTensor4.__hash__ .. automethod:: StokvecTensor4.__iadd__ .. automethod:: StokvecTensor4.__iand__ .. automethod:: StokvecTensor4.__ifloordiv__ .. automethod:: StokvecTensor4.__imatmul__ .. automethod:: StokvecTensor4.__imod__ .. automethod:: StokvecTensor4.__imul__ .. automethod:: StokvecTensor4.__init__ .. automethod:: StokvecTensor4.__ior__ .. automethod:: StokvecTensor4.__ipow__ .. automethod:: StokvecTensor4.__isub__ .. automethod:: StokvecTensor4.__iter__ .. automethod:: StokvecTensor4.__itruediv__ .. automethod:: StokvecTensor4.__le__ .. automethod:: StokvecTensor4.__len__ .. automethod:: StokvecTensor4.__lt__ .. automethod:: StokvecTensor4.__matmul__ .. automethod:: StokvecTensor4.__mod__ .. automethod:: StokvecTensor4.__mul__ .. automethod:: StokvecTensor4.__ne__ .. automethod:: StokvecTensor4.__or__ .. automethod:: StokvecTensor4.__pow__ .. automethod:: StokvecTensor4.__radd__ .. automethod:: StokvecTensor4.__rand__ .. automethod:: StokvecTensor4.__rdivmod__ .. automethod:: StokvecTensor4.__repr__ .. automethod:: StokvecTensor4.__rfloordiv__ .. automethod:: StokvecTensor4.__rmatmul__ .. automethod:: StokvecTensor4.__rmod__ .. automethod:: StokvecTensor4.__rmul__ .. automethod:: StokvecTensor4.__ror__ .. automethod:: StokvecTensor4.__rpow__ .. automethod:: StokvecTensor4.__rsub__ .. automethod:: StokvecTensor4.__rtruediv__ .. automethod:: StokvecTensor4.__setitem__ .. automethod:: StokvecTensor4.__str__ .. automethod:: StokvecTensor4.__truediv__