Class UpperSquareRootMidPointMatrixQuadrature


public class UpperSquareRootMidPointMatrixQuadrature extends MidPointMatrixQuadrature
This is an exact replacement for MidPointMatrixQuadrature, 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

    • UpperSquareRootMidPointMatrixQuadrature

      public UpperSquareRootMidPointMatrixQuadrature(double a, double b, MatrixSingleDimensionFunctionEvaluatorListener listener) throws com.irurueta.algebra.WrongSizeException
      Constructor.
      Parameters:
      a - Lower limit of integration.
      b - Upper limit of integration.
      listener - listener to evaluate a single dimension function at required points.
      Throws:
      com.irurueta.algebra.WrongSizeException - if size notified by provided listener is invalid.
  • Method Details