Package org.apache.commons.math4.legacy.analysis.integration.gauss
Gauss family of quadrature schemes.
-
Class Summary Class Description BaseRuleFactory<T extends Number> Base class for rules that determines the integration nodes and their weights.GaussIntegrator Class that implements the Gaussian rule forintegrating
a weighted function.GaussIntegratorFactory Class that provides different ways to compute the nodes and weights to be used by theGaussian integration rule
.HermiteRuleFactory Factory that creates a Gauss-type quadrature rule using Hermite polynomials of the first kind.LaguerreRuleFactory Factory that creates Gauss-type quadrature rule using Laguerre polynomials.LegendreHighPrecisionRuleFactory Factory that creates Gauss-type quadrature rule using Legendre polynomials.LegendreRuleFactory Factory that creates Gauss-type quadrature rule using Legendre polynomials.SymmetricGaussIntegrator This class's implementsintegrate
method assuming that the integral is symmetric about 0.