Package | Description |
---|---|
org.apache.commons.math3.analysis.integration.gauss |
Gauss family of quadrature schemes.
|
Modifier and Type | Class and Description |
---|---|
class |
HermiteRuleFactory
Factory that creates a
Gauss-type quadrature rule using Hermite polynomials
of the first kind.
|
class |
LegendreHighPrecisionRuleFactory
Factory that creates Gauss-type quadrature rule using Legendre polynomials.
|
class |
LegendreRuleFactory
Factory that creates Gauss-type quadrature rule using Legendre polynomials.
|
Modifier and Type | Field and Description |
---|---|
private BaseRuleFactory<java.lang.Double> |
GaussIntegratorFactory.hermite
Generator of Gauss-Hermite integrators.
|
private BaseRuleFactory<java.lang.Double> |
GaussIntegratorFactory.legendre
Generator of Gauss-Legendre integrators.
|
private BaseRuleFactory<java.math.BigDecimal> |
GaussIntegratorFactory.legendreHighPrecision
Generator of Gauss-Legendre integrators.
|
Modifier and Type | Method and Description |
---|---|
private static Pair<double[],double[]> |
GaussIntegratorFactory.getRule(BaseRuleFactory<? extends java.lang.Number> factory,
int numberOfPoints) |