|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
Generator | This class generates quadrature formulas for given levels of integration. |
Class Summary | |
---|---|
AbstractCachedGenerator | Provides functionality for caching and retrieving quadrature formulas. |
ClenshawCurtis | This class generates the weights for the Clenshaw-Curtis quadrature formula. |
DeltaGenerator | This generator takes an underlying quadrature formula generator, producing a corresponding generator for delta integration. |
GaussHermite | Generates the Gauss-Hermite quadrature formula. |
GaussianWrapper | This generator takes an underlying quadrature formula generator for the uniform distribution on the interval [0,1], producing a generator for the Gaussian normal distribution. |
GaussLegendre | This class generates the weights for the Gauss-Legendre quadrature formula. |
JUnitTest | |
OpenTrapezoidal | This class generates weights for the modified trapezoidal quadrature formula for the open interval ]0,1[. |
Patterson | This class generates the weights for the Patterson quadrature formula. |
QuadratureFormula | This class represents a quadrature formula, given by a list of nodes and weights. |
Trapezoidal | This class generates weights for the trapezoidal quadrature formula on the interval [0,1]. |
Provides one-dimensional quadrature formulas for integration. These consist of a list of nodes and weights. Examples are the trapezoidal rule or the Clenshaw-Curtis rule.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |