Interface UnivariateIntegrator

    • Method Detail

      • getRelativeAccuracy

        double getRelativeAccuracy()
        Get the relative accuracy.
        Returns:
        the accuracy
      • getAbsoluteAccuracy

        double getAbsoluteAccuracy()
        Get the absolute accuracy.
        Returns:
        the accuracy
      • getMinimalIterationCount

        int getMinimalIterationCount()
        Get the min limit for the number of iterations.
        Returns:
        the actual min limit
      • getMaximalIterationCount

        int getMaximalIterationCount()
        Get the upper limit for the number of iterations.
        Returns:
        the actual upper limit
      • getEvaluations

        int getEvaluations()
        Get the number of function evaluations of the last run of the integrator.
        Returns:
        number of function evaluations
      • getIterations

        int getIterations()
        Get the number of iterations of the last run of the integrator.
        Returns:
        number of iterations