Class RidderSingleRootFinder

    • Constructor Detail

      • RidderSingleRootFinder

        public RidderSingleRootFinder()
        Sets the accuracy to 10-15.
      • RidderSingleRootFinder

        public RidderSingleRootFinder​(double functionValueAccuracy)
        Parameters:
        functionValueAccuracy - The accuracy of the function evaluations.
      • RidderSingleRootFinder

        public RidderSingleRootFinder​(double functionValueAccuracy,
                                      double absoluteAccurary)
        Parameters:
        functionValueAccuracy - The accuracy of the function evaluations.
        absoluteAccurary - The maximum absolute error of the variable.