Click or drag to resize

RiddersRootFinder Constructor

Overload List
 NameDescription
Public methodRiddersRootFinder Constructs a RiddersRootFinder instance with default tolerance and default maximum iterations.
Public methodRiddersRootFinder(Double) Constructs a RiddersRootFinder instance with the given error tolerance.
Public methodRiddersRootFinder(Int32) Constructs a RiddersRootFinder instance with the given maximum number of iterations.
Public methodRiddersRootFinder(Double, Int32) Constructs a RiddersRootFinder instance with the given error tolerance and maximum number of iterations.
Top
See Also