PairOfBlockMatrix ################# .. currentmodule:: pyarts3.arts .. autoclass:: PairOfBlockMatrix .. rubric:: Overview .. list-table:: * - Method - :func:`~pyarts3.arts.PairOfBlockMatrix.readxml` - Read variable from file * - Method - :func:`~pyarts3.arts.PairOfBlockMatrix.savexml` - Saves variable to file * - Static Method - :func:`~pyarts3.arts.PairOfBlockMatrix.fromxml` - Create variable from file * - Attribute - :attr:`~pyarts3.arts.PairOfBlockMatrix.first` - Matrix * - Attribute - :attr:`~pyarts3.arts.PairOfBlockMatrix.second` - Inverse of Matrix * - Operator - :func:`~pyarts3.arts.PairOfBlockMatrix.__eq__` - Return self==value. * - Operator - :func:`~pyarts3.arts.PairOfBlockMatrix.__format__` - __format__(self, arg: str, /) -> str * - Operator - :func:`~pyarts3.arts.PairOfBlockMatrix.__ge__` - Return self>=value. * - Operator - :func:`~pyarts3.arts.PairOfBlockMatrix.__getstate__` - Helper for pickle. * - Operator - :func:`~pyarts3.arts.PairOfBlockMatrix.__gt__` - Return self>value. * - Operator - :func:`~pyarts3.arts.PairOfBlockMatrix.__hash__` - Return hash(self). * - Operator - :func:`~pyarts3.arts.PairOfBlockMatrix.__init__` - __init__(self, arg: pyarts3.arts.PairOfBlockMatrix) -> None * - Operator - :func:`~pyarts3.arts.PairOfBlockMatrix.__le__` - Return self<=value. * - Operator - :func:`~pyarts3.arts.PairOfBlockMatrix.__lt__` - Return self str * - Operator - :func:`~pyarts3.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 .. attribute:: PairOfBlockMatrix.first :type: BlockMatrix Matrix .. :class:`BlockMatrix` .. attribute:: PairOfBlockMatrix.second :type: BlockMatrix Inverse of Matrix .. :class:`BlockMatrix` .. 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__