Click or drag to resize

NewtonRootFinder Fields

The NewtonRootFinder type exposes the following members.

Fields
 NameDescription
Protected field_accuracy Desired accuracy for the computed root.
(Inherited from AbstractRootFinder)
Protected field_derivativeOfFunction Derivative of the function used by Newton's method.
Protected field_function Function for which a root should be found.
(Inherited from AbstractRootFinder)
Protected field_maximumNumberOfIterations Maximum number of iterations used by the algorithm.
(Inherited from AbstractRootFinder)
Protected field_originalFunction Stores the original function when the solver is temporarily configured to solve f(x) == y.
(Inherited from AbstractRootFinder)
Protected field_xMax Upper bound of the current search interval.
(Inherited from AbstractRootFinder)
Protected field_xMin Lower bound of the current search interval.
(Inherited from AbstractRootFinder)
Top
See Also