|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractCachedGenerator | |
---|---|
de.torstennahm.integrate.quadratureformula | Provides one-dimensional quadrature formulas for integration. |
Uses of AbstractCachedGenerator in de.torstennahm.integrate.quadratureformula |
---|
Subclasses of AbstractCachedGenerator in de.torstennahm.integrate.quadratureformula | |
---|---|
class |
ClenshawCurtis
This class generates the weights for the Clenshaw-Curtis quadrature formula. |
class |
DeltaGenerator
This generator takes an underlying quadrature formula generator, producing a corresponding generator for delta integration. |
class |
GaussHermite
Generates the Gauss-Hermite quadrature formula. |
class |
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. |
class |
GaussLegendre
This class generates the weights for the Gauss-Legendre quadrature formula. |
class |
OpenTrapezoidal
This class generates weights for the modified trapezoidal quadrature formula for the open interval ]0,1[. |
class |
Patterson
This class generates the weights for the Patterson quadrature formula. |
class |
Trapezoidal
This class generates weights for the trapezoidal quadrature formula on the interval [0,1]. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |