| Package | Description | 
|---|---|
| org.hipparchus.analysis.integration | Numerical integration (quadrature) algorithms for univariate real functions. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BaseAbstractUnivariateIntegratorProvide a default implementation for several generic functions. | 
| class  | IterativeLegendreGaussIntegratorThis algorithm divides the integration interval into equally-sized
 sub-interval and on each of them performs a
 
 Legendre-Gauss quadrature. | 
| 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 © 2016–2020 Hipparchus.org. All rights reserved.