Class AbstractRealIntegral

    • Constructor Detail

      • AbstractRealIntegral

        public AbstractRealIntegral​(double lowerBound,
                                    double upperBound)
        Create a real integral with lower and upper integration bounds.
        Parameters:
        lowerBound - Lower integration bound.
        upperBound - Upper integration bound.
    • Method Detail

      • getLowerBound

        public double getLowerBound()
        Get the lower integration bound.
        Returns:
        the lower integration bound.
      • getUpperBound

        public double getUpperBound()
        Get the upper integration bound.
        Returns:
        the upper integration bound.