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