Class UpperSquareRootMidPointQuadratureIntegrator


public class UpperSquareRootMidPointQuadratureIntegrator extends QuadratureIntegrator<UpperSquareRootMidPointQuadrature>
Computes function integration by using an Upper Square Root mid-point quadrature when upper integration bound lies at a function singularity.
  • Constructor Details

    • UpperSquareRootMidPointQuadratureIntegrator

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

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