Class LowerSquareRootMidPointQuadrature


public class LowerSquareRootMidPointQuadrature extends MidPointQuadrature
This is an exact replacement for MidPointQuadrature, except that it allows for an inverse square-root singularity in the integrand at the lower limit "a".
  • Field Details

    • aOrig

      private final double aOrig
      Original lower bound of integration.
  • Constructor Details

    • LowerSquareRootMidPointQuadrature

      public LowerSquareRootMidPointQuadrature(double a, double b, SingleDimensionFunctionEvaluatorListener listener)
      Constructor.
      Parameters:
      a - Lower limit of integration.
      b - Upper limit of integration.
      listener - listener to evaluate a single dimension function at required points.
  • Method Details