Class UpperSquareRootMidPointQuadrature


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

    • borig

      private final double borig
      Original upper bound of integration.
  • Constructor Details

    • UpperSquareRootMidPointQuadrature

      public UpperSquareRootMidPointQuadrature(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