pyarts3.arts.math ================= .. toctree:: :hidden: pyarts3.arts.math.SchmidtMatrix pyarts3.arts.math.dwigner3j pyarts3.arts.math.dwigner6j pyarts3.arts.math.leggauss pyarts3.arts.math.make_wigner_ready pyarts3.arts.math.pdleggauss pyarts3.arts.math.pleggauss pyarts3.arts.math.schmidt_legendre_polynomial pyarts3.arts.math.wigner3j pyarts3.arts.math.wigner6j .. automodule:: pyarts3.arts.math .. rubric:: Classes .. list-table:: * - :class:`~pyarts3.arts.math.SchmidtMatrix` - Special matrix for the Schmidt polynomials .. rubric:: Functions .. list-table:: * - :func:`~pyarts3.arts.math.dwigner3j` - Computes the Wigner 3J symbol using floating point approximation * - :func:`~pyarts3.arts.math.dwigner6j` - Computes the Wigner 6J symbol using floating point approximation * - :func:`~pyarts3.arts.math.leggauss` - Computes the Gauss-Legendre quadrature * - :func:`~pyarts3.arts.math.make_wigner_ready` - Initialize a Wigner computation block for :func:`wigner3j` or :func:`wigner6j` * - :func:`~pyarts3.arts.math.pdleggauss` - Computes the Positive Double Gauss-Legendre quadrature * - :func:`~pyarts3.arts.math.pleggauss` - Computes the Positive Gauss-Legendre quadrature * - :func:`~pyarts3.arts.math.schmidt_legendre_polynomial` - Computes the Positive Gauss-Legendre quadrature * - :func:`~pyarts3.arts.math.wigner3j` - Computes the Wigner 3J symbol * - :func:`~pyarts3.arts.math.wigner6j` - Computes the Wigner 6J symbol