Click or drag to resize

NewtonRaphsonRootFinder Constructor

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