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