See: Description
| Interface | Description | 
|---|---|
| UnivariateIntegrator | Interface for univariate real integration algorithms. | 
| Class | Description | 
|---|---|
| BaseAbstractUnivariateIntegrator | Provide a default implementation for several generic functions. | 
| IterativeLegendreGaussIntegrator | This algorithm divides the integration interval into equally-sized
 sub-interval and on each of them performs a
 
 Legendre-Gauss quadrature. | 
| LegendreGaussIntegrator | Deprecated As of 3.1 (to be removed in 4.0). | 
| MidPointIntegrator | Implements the 
 Midpoint Rule for integration of real univariate functions. | 
| RombergIntegrator | Implements the 
 Romberg Algorithm for integration of real univariate functions. | 
| SimpsonIntegrator | Implements 
 Simpson's Rule for integration of real univariate functions. | 
| TrapezoidIntegrator | Implements the 
 Trapezoid Rule for integration of real univariate functions. | 
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.