Class LowerSquareRootMidPointMatrixQuadrature


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

    • LowerSquareRootMidPointMatrixQuadrature

      public LowerSquareRootMidPointMatrixQuadrature(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 matrix function at required points.
      Throws:
      com.irurueta.algebra.WrongSizeException - if size notified by provided listener is invalid.
  • Method Details