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 TypeClassDescriptionclassFactory that creates a Gauss-type quadrature rule using Hermite polynomials of the first kind.classFactory that creates Gauss-type quadrature rule using Legendre polynomials.classFactory 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.hermiteGenerator of Gauss-Hermite integrators.private final BaseRuleFactory<Double> GaussIntegratorFactory.legendreGenerator of Gauss-Legendre integrators.private final BaseRuleFactory<BigDecimal> GaussIntegratorFactory.legendreHighPrecisionGenerator 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)