Class MidPointIntegrator

java.lang.Object
org.apache.commons.math3.analysis.integration.BaseAbstractUnivariateIntegrator
org.apache.commons.math3.analysis.integration.MidPointIntegrator
All Implemented Interfaces:
UnivariateIntegrator

Implements the Midpoint Rule for integration of real univariate functions. For reference, see Numerical Mathematics, ISBN 0387989595, chapter 9.2.

The function should be integrable.

Since:
3.3