Uses of Class
dev.nm.analysis.integration.univariate.riemann.gaussian.GaussianQuadrature
-
Packages that use GaussianQuadrature Package Description dev.nm.analysis.integration.univariate.riemann.gaussian -
-
Uses of GaussianQuadrature in dev.nm.analysis.integration.univariate.riemann.gaussian
Subclasses of GaussianQuadrature in dev.nm.analysis.integration.univariate.riemann.gaussian Modifier and Type Class 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\).
-