pyarts.arts.math.schmidt_legendre_polynomial
- math.schmidt_legendre_polynomial(theta: float, nmax: int) tuple[pyarts.arts.Matrix, pyarts.arts.Matrix]
Computes the Positive Gauss-Legendre quadrature
- Parameters:
- Returns:
Pnm (Matrix) – The Polynominal matrix (nmax+1 x nmax+1; valid the the left of the diagonal only)
dPnm (Matrix) – The Polynominal matrix derivative (nmax+1 x nmax+1; valid the the left of the diagonal only)