Class AbstractRealIntegral

java.lang.Object
net.finmath.integration.AbstractRealIntegral
All Implemented Interfaces:
RealIntegral
Direct Known Subclasses:
MonteCarloIntegrator, RombergRealIntegration, SimpsonRealIntegrator, TrapezoidalRealIntegrator

public abstract class AbstractRealIntegral
extends Object
implements RealIntegral
A real integral with lower and upper integration bounds.
Version:
1.0
Author:
Christian Fries
  • Constructor Details

    • AbstractRealIntegral

      public AbstractRealIntegral​(double lowerBound, double upperBound)
      Create a real integral with lower and upper integration bounds.
      Parameters:
      lowerBound - Lower integration bound.
      upperBound - Upper integration bound.
  • Method Details