Class TrapezoidIntegrator

java.lang.Object
org.hipparchus.analysis.integration.BaseAbstractUnivariateIntegrator
org.hipparchus.analysis.integration.TrapezoidIntegrator
All Implemented Interfaces:
UnivariateIntegrator

public class TrapezoidIntegrator extends BaseAbstractUnivariateIntegrator
Implements the Trapezoid Rule for integration of real univariate functions. For reference, see Introduction to Numerical Analysis, ISBN 038795452X, chapter 3.

The function should be integrable.