|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BaseAbstractUnivariateIntegrator | |
|---|---|
| org.apache.commons.math3.analysis.integration | Numerical integration (quadrature) algorithms for univariate real functions. |
| Uses of BaseAbstractUnivariateIntegrator in org.apache.commons.math3.analysis.integration |
|---|
| Subclasses of BaseAbstractUnivariateIntegrator in org.apache.commons.math3.analysis.integration | |
|---|---|
class |
IterativeLegendreGaussIntegrator
This algorithm divides the integration interval into equally-sized sub-interval and on each of them performs a Legendre-Gauss quadrature. |
class |
LegendreGaussIntegrator
Deprecated. As of 3.1 (to be removed in 4.0). Please use IterativeLegendreGaussIntegrator instead. |
class |
RombergIntegrator
Implements the Romberg Algorithm for integration of real univariate functions. |
class |
SimpsonIntegrator
Implements Simpson's Rule for integration of real univariate functions. |
class |
TrapezoidIntegrator
Implements the Trapezoid Rule for integration of real univariate functions. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||