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