pyarts3.arts.math.pleggauss

math.pleggauss(deg: int = 0) tuple[pyarts3.arts.Vector, pyarts3.arts.Vector]

Computes the Positive Gauss-Legendre quadrature

Parameters:

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

Returns:

  • x (list[float]) – The abscissas

  • w (list[float]) – The weights