archimedes.quadrature.gauss_laguerreΒΆ
- archimedes.quadrature.gauss_laguerre(n: int) QuadratureRuleΒΆ
Gauss-Laguerre quadrature rule with
nnodes.Nodes are the roots of the degree-
nLaguerre polynomial \(L_n(x)\). The rule is exact for polynomials up to degree \(2n - 1\), weighted by the reference weight \(e^{-x}\) on \([0, \infty)\).- Parameters:
n (int) β Number of quadrature nodes.
- Returns:
rule β Gauss-Laguerre rule with
nnodes on \([0, \infty)\), exact to degree \(2n - 1\).- Return type: