pyarts3.arts.math.pdleggauss

math.pdleggauss(deg: int = 0) tuple[pyarts3.arts.Vector, pyarts3.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