pyarts.arts.math.pdleggauss

math.pdleggauss(deg: int = 0) tuple[pyarts.arts.Vector, pyarts.arts.Vector]

Computes the Positive Double Gauss-Legendre quadrature

Parameters:

deg (int) – The degree of the Gauss-Legendre quadrature

Returns:

  • x (List[float]) – The abscissas

  • w (List[float]) – The weights