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