Uses of Class
org.apache.commons.math3.analysis.integration.gauss.BaseRuleFactory
Packages that use BaseRuleFactory
Package
Description
Gauss family of quadrature schemes.
-
Uses of BaseRuleFactory in org.apache.commons.math3.analysis.integration.gauss
Subclasses of BaseRuleFactory in org.apache.commons.math3.analysis.integration.gaussModifier and TypeClassDescriptionclass
Factory that creates a Gauss-type quadrature rule using Hermite polynomials of the first kind.class
Factory that creates Gauss-type quadrature rule using Legendre polynomials.class
Factory that creates Gauss-type quadrature rule using Legendre polynomials.Fields in org.apache.commons.math3.analysis.integration.gauss declared as BaseRuleFactoryModifier and TypeFieldDescriptionprivate final BaseRuleFactory
<Double> GaussIntegratorFactory.hermite
Generator of Gauss-Hermite integrators.private final BaseRuleFactory
<Double> GaussIntegratorFactory.legendre
Generator of Gauss-Legendre integrators.private final BaseRuleFactory
<BigDecimal> GaussIntegratorFactory.legendreHighPrecision
Generator of Gauss-Legendre integrators.Methods in org.apache.commons.math3.analysis.integration.gauss with parameters of type BaseRuleFactoryModifier and TypeMethodDescriptionprivate static Pair
<double[], double[]> GaussIntegratorFactory.getRule
(BaseRuleFactory<? extends Number> factory, int numberOfPoints)