SchmidtMatrix ############# .. currentmodule:: pyarts3.arts.math .. autoclass:: SchmidtMatrix .. rubric:: Overview .. list-table:: * - Operator - :func:`~pyarts3.arts.math.SchmidtMatrix.__eq__` - Return self==value. * - Operator - :func:`~pyarts3.arts.math.SchmidtMatrix.__format__` - Default object formatter. * - Operator - :func:`~pyarts3.arts.math.SchmidtMatrix.__ge__` - Return self>=value. * - Operator - :func:`~pyarts3.arts.math.SchmidtMatrix.__getitem__` - Get the value at the given index pair * - Operator - :func:`~pyarts3.arts.math.SchmidtMatrix.__getstate__` - Helper for pickle. * - Operator - :func:`~pyarts3.arts.math.SchmidtMatrix.__gt__` - Return self>value. * - Operator - :func:`~pyarts3.arts.math.SchmidtMatrix.__hash__` - Return hash(self). * - Operator - :func:`~pyarts3.arts.math.SchmidtMatrix.__init__` - Default Schmidt matrix * - Operator - :func:`~pyarts3.arts.math.SchmidtMatrix.__le__` - Return self<=value. * - Operator - :func:`~pyarts3.arts.math.SchmidtMatrix.__lt__` - Return self