See: Description
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 for
integrating a weighted
function. |
GaussIntegratorFactory |
Class that provides different ways to compute the nodes and weights to be
used by the
Gaussian integration rule . |
HermiteRuleFactory |
Factory that creates a
Gauss-type quadrature rule using Hermite polynomials
of the first kind.
|
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 implements
integrate
method assuming that the integral is symmetric about 0. |
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.