pyarts3.arts.math.schmidt_legendre_polynomial

math.schmidt_legendre_polynomial(theta: float, nmax: int) tuple[pyarts3.arts.math.SchmidtMatrix, pyarts3.arts.math.SchmidtMatrix]

Computes the Positive Gauss-Legendre quadrature

Parameters:
  • theta (Numeric) – The colatitude in radians

  • nmax (int) – The maximum degree of the polynomial matrix

Returns:

  • Pnm (~pyarts3.arts.math.SchmidtMatrix) – The Polynominal matrix (nmax+1 x nmax+1).

  • dPnm (~pyarts3.arts.math.SchmidtMatrix) – The Polynominal matrix derivative (nmax+1 x nmax+1).