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