PairOfBlockMatrix ################# .. currentmodule:: pyarts.arts .. autoclass:: PairOfBlockMatrix .. rubric:: Overview .. list-table:: * - Method - :func:`~pyarts.arts.PairOfBlockMatrix.readxml` - Read variable from file * - Method - :func:`~pyarts.arts.PairOfBlockMatrix.savexml` - Saves variable to file * - Static Method - :func:`~pyarts.arts.PairOfBlockMatrix.fromxml` - Create variable from file * - Attribute - :attr:`~pyarts.arts.PairOfBlockMatrix.first` - Matrix * - Attribute - :attr:`~pyarts.arts.PairOfBlockMatrix.second` - Inverse of Matrix * - Operator - :func:`~pyarts.arts.PairOfBlockMatrix.__eq__` - Return self==value. * - Operator - :func:`~pyarts.arts.PairOfBlockMatrix.__format__` - __format__(self, arg: str, /) -> str * - Operator - :func:`~pyarts.arts.PairOfBlockMatrix.__ge__` - Return self>=value. * - Operator - :func:`~pyarts.arts.PairOfBlockMatrix.__getstate__` - Helper for pickle. * - Operator - :func:`~pyarts.arts.PairOfBlockMatrix.__gt__` - Return self>value. * - Operator - :func:`~pyarts.arts.PairOfBlockMatrix.__hash__` - Return hash(self). * - Operator - :func:`~pyarts.arts.PairOfBlockMatrix.__init__` - __init__(self, arg: pyarts.arts.PairOfBlockMatrix) -> None * - Operator - :func:`~pyarts.arts.PairOfBlockMatrix.__le__` - Return self<=value. * - Operator - :func:`~pyarts.arts.PairOfBlockMatrix.__lt__` - Return self str * - Operator - :func:`~pyarts.arts.PairOfBlockMatrix.__str__` - __str__(self) -> str .. rubric:: Constructors .. automethod:: __init__ :noindex: .. rubric:: Methods .. automethod:: PairOfBlockMatrix.readxml .. automethod:: PairOfBlockMatrix.savexml .. rubric:: Static Methods .. automethod:: PairOfBlockMatrix.fromxml .. rubric:: Attributes .. autoattribute:: PairOfBlockMatrix.first .. autoattribute:: PairOfBlockMatrix.second .. rubric:: Operators .. automethod:: PairOfBlockMatrix.__eq__ .. automethod:: PairOfBlockMatrix.__format__ .. automethod:: PairOfBlockMatrix.__ge__ .. automethod:: PairOfBlockMatrix.__getstate__ .. automethod:: PairOfBlockMatrix.__gt__ .. automethod:: PairOfBlockMatrix.__hash__ .. automethod:: PairOfBlockMatrix.__init__ .. automethod:: PairOfBlockMatrix.__le__ .. automethod:: PairOfBlockMatrix.__lt__ .. automethod:: PairOfBlockMatrix.__ne__ .. automethod:: PairOfBlockMatrix.__repr__ .. automethod:: PairOfBlockMatrix.__str__