Overload List

  NameDescription
RiddersRootFinder()()()
Constructs a RiddersRootFinder instance with default tolerance and default maximum iterations.
RiddersRootFinder(Double)
Constructs a RiddersRootFinder instance with the given error tolerance.
RiddersRootFinder(Int32)
Constructs a RiddersRootFinder instance with the given maximum number of iterations.
RiddersRootFinder(Double, Int32)
Constructs a RiddersRootFinder instance with the given error tolerance and maximum number of iterations.

See Also