PolyGrid ######## .. currentmodule:: pyarts.arts.interp .. autoclass:: PolyGrid .. rubric:: Overview .. list-table:: * - Attribute - :attr:`~pyarts.arts.interp.PolyGrid.order` - The order of interpolation * - Attribute - :attr:`~pyarts.arts.interp.PolyGrid.pos` - The interpolation positions * - Attribute - :attr:`~pyarts.arts.interp.PolyGrid.weights` - The interpolation weights * - Operator - :func:`~pyarts.arts.interp.PolyGrid.__eq__` - Return self==value. * - Operator - :func:`~pyarts.arts.interp.PolyGrid.__format__` - Default object formatter. * - Operator - :func:`~pyarts.arts.interp.PolyGrid.__ge__` - Return self>=value. * - Operator - :func:`~pyarts.arts.interp.PolyGrid.__getstate__` - __getstate__(self) -> tuple[int, pyarts.arts.ArrayOfNumeric, my_interp::Empty] * - Operator - :func:`~pyarts.arts.interp.PolyGrid.__gt__` - Return self>value. * - Operator - :func:`~pyarts.arts.interp.PolyGrid.__hash__` - Return hash(self). * - Operator - :func:`~pyarts.arts.interp.PolyGrid.__init__` - Construct a Lagrange interpolation object * - Operator - :func:`~pyarts.arts.interp.PolyGrid.__le__` - Return self<=value. * - Operator - :func:`~pyarts.arts.interp.PolyGrid.__lt__` - Return self std::__cxx11::basic_string, std::allocator > * - Operator - :func:`~pyarts.arts.interp.PolyGrid.__setstate__` - __setstate__(self, arg: tuple[int, pyarts.arts.ArrayOfNumeric, pyarts.arts.ArrayOfNumeric], /) -> None * - Operator - :func:`~pyarts.arts.interp.PolyGrid.__str__` - __str__(self) -> std::__cxx11::basic_string, std::allocator > .. rubric:: Constructors .. automethod:: __init__ :noindex: .. rubric:: Attributes .. autoattribute:: PolyGrid.order .. autoattribute:: PolyGrid.pos .. autoattribute:: PolyGrid.weights .. rubric:: Operators .. automethod:: PolyGrid.__eq__ .. automethod:: PolyGrid.__format__ .. automethod:: PolyGrid.__ge__ .. automethod:: PolyGrid.__getstate__ .. automethod:: PolyGrid.__gt__ .. automethod:: PolyGrid.__hash__ .. automethod:: PolyGrid.__init__ .. automethod:: PolyGrid.__le__ .. automethod:: PolyGrid.__lt__ .. automethod:: PolyGrid.__ne__ .. automethod:: PolyGrid.__repr__ .. automethod:: PolyGrid.__setstate__ .. automethod:: PolyGrid.__str__