Package | Description |
---|---|
dev.nm.analysis.integration.univariate.riemann.gaussian |
Modifier and Type | Class and Description |
---|---|
class |
GaussChebyshevQuadrature
Gauss-Chebyshev Quadrature uses the following weighting function:
\[
w(x) = \frac{1}{\sqrt{1 - x^2}}
\]
to evaluate integrals in the interval (-1, 1).
|
class |
GaussHermiteQuadrature
Gauss-Hermite quadrature exploits the fact that quadrature approximations are open integration
formulas (that is, the values of the endpoints are not required) to evaluate of integrals in the
range \((-\infty, \infty )\).
|
class |
GaussLaguerreQuadrature
Gauss-Laguerre quadrature exploits the fact that quadrature approximations are open integration
formulas (i.e.
|
class |
GaussLegendreQuadrature
Gauss-Legendre quadrature considers the simplest case of uniform weighting: \(w(x) = 1\).
|
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.