CovarianceMatrix ################ .. currentmodule:: pyarts.arts .. autoclass:: CovarianceMatrix .. rubric:: Overview .. list-table:: * - Method - :func:`~pyarts.arts.CovarianceMatrix.readxml` - Read variable from file * - Method - :func:`~pyarts.arts.CovarianceMatrix.savexml` - Saves variable to file * - Static Method - :func:`~pyarts.arts.CovarianceMatrix.fromxml` - Create variable from file * - Attribute - :attr:`~pyarts.arts.CovarianceMatrix.blocks` - :class:`list` of :class:`~pyarts.arts.Block` * - Operator - :func:`~pyarts.arts.CovarianceMatrix.__eq__` - Return self==value. * - Operator - :func:`~pyarts.arts.CovarianceMatrix.__format__` - __format__(self, arg: str, /) -> str * - Operator - :func:`~pyarts.arts.CovarianceMatrix.__ge__` - Return self>=value. * - Operator - :func:`~pyarts.arts.CovarianceMatrix.__getstate__` - __getstate__(self) -> tuple[list[pyarts.arts.Block], list[pyarts.arts.Block]] * - Operator - :func:`~pyarts.arts.CovarianceMatrix.__gt__` - Return self>value. * - Operator - :func:`~pyarts.arts.CovarianceMatrix.__hash__` - Return hash(self). * - Operator - :func:`~pyarts.arts.CovarianceMatrix.__init__` - __init__(self, arg: pyarts.arts.CovarianceMatrix) -> None * - Operator - :func:`~pyarts.arts.CovarianceMatrix.__le__` - Return self<=value. * - Operator - :func:`~pyarts.arts.CovarianceMatrix.__lt__` - Return self str * - Operator - :func:`~pyarts.arts.CovarianceMatrix.__setstate__` - __setstate__(self, arg: tuple[collections.abc.Sequence[pyarts.arts.Block], collections.abc.Sequence[pyarts.arts.Block]], /) -> None * - Operator - :func:`~pyarts.arts.CovarianceMatrix.__str__` - __str__(self) -> str .. rubric:: Constructors .. automethod:: __init__ :noindex: .. rubric:: Methods .. automethod:: CovarianceMatrix.readxml .. automethod:: CovarianceMatrix.savexml .. rubric:: Static Methods .. automethod:: CovarianceMatrix.fromxml .. rubric:: Attributes .. autoattribute:: CovarianceMatrix.blocks .. rubric:: Operators .. automethod:: CovarianceMatrix.__eq__ .. automethod:: CovarianceMatrix.__format__ .. automethod:: CovarianceMatrix.__ge__ .. automethod:: CovarianceMatrix.__getstate__ .. automethod:: CovarianceMatrix.__gt__ .. automethod:: CovarianceMatrix.__hash__ .. automethod:: CovarianceMatrix.__init__ .. automethod:: CovarianceMatrix.__le__ .. automethod:: CovarianceMatrix.__lt__ .. automethod:: CovarianceMatrix.__ne__ .. automethod:: CovarianceMatrix.__repr__ .. automethod:: CovarianceMatrix.__setstate__ .. automethod:: CovarianceMatrix.__str__