Class TrapezoidIntegrator

All Implemented Interfaces:
UnivariateRealIntegrator, ConvergingAlgorithm

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

The function should be integrable.

Since:
1.2
Version:
$Revision: 1070725 $ $Date: 2011-02-15 02:31:12 +0100 (mar. 15 févr. 2011) $