| Package | Description | 
|---|---|
| org.apache.commons.math3.analysis.integration | Numerical integration (quadrature) algorithms for univariate real functions. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | IterativeLegendreGaussIntegratorThis algorithm divides the integration interval into equally-sized
 sub-interval and on each of them performs a
 
 Legendre-Gauss quadrature. | 
| class  | LegendreGaussIntegratorDeprecated. 
 As of 3.1 (to be removed in 4.0). Please use
  IterativeLegendreGaussIntegratorinstead. | 
| class  | MidPointIntegratorImplements the 
 Midpoint Rule for integration of real univariate functions. | 
| class  | RombergIntegratorImplements the 
 Romberg Algorithm for integration of real univariate functions. | 
| class  | SimpsonIntegratorImplements 
 Simpson's Rule for integration of real univariate functions. | 
| class  | TrapezoidIntegratorImplements the 
 Trapezoid Rule for integration of real univariate functions. | 
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.