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