See: Description
| Interface | Description |
|---|---|
| UnivariateIntegrator |
Interface for univariate real integration algorithms.
|
| Class | Description |
|---|---|
| BaseAbstractUnivariateIntegrator |
Provide a default implementation for several generic functions.
|
| LegendreGaussIntegrator |
Implements the
Legendre-Gauss quadrature formula.
|
| 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-2012 The Apache Software Foundation. All Rights Reserved.