Class SimpsonIntegrator

  • All Implemented Interfaces:
    UnivariateRealIntegrator, ConvergingAlgorithm

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

    This implementation employs basic trapezoid rule as building blocks to calculate the Simpson's rule of alternating 2/3 and 4/3.

    Since:
    1.2
    • Constructor Detail

      • SimpsonIntegrator

        public SimpsonIntegrator()
        Construct an integrator.