Package | Description |
---|---|
org.apache.commons.math3.analysis.integration |
Numerical integration (quadrature) algorithms for univariate real functions.
|
org.apache.commons.math3.analysis.integration.gauss |
Gauss family of quadrature schemes.
|
Class and Description |
---|
GaussIntegratorFactory
Class that provides different ways to compute the nodes and weights to be
used by the
Gaussian integration rule . |
Class and Description |
---|
BaseRuleFactory
Base class for rules that determines the integration nodes and their
weights.
|
GaussIntegrator
Class that implements the Gaussian rule for
integrating a weighted
function. |
SymmetricGaussIntegrator
This class's implements
integrate
method assuming that the integral is symmetric about 0. |