Click or drag to resize

AbstractRootFinder Fields

The AbstractRootFinder type exposes the following members.

Fields
 NameDescription
Protected field_accuracy Desired accuracy for the computed root.
Protected field_function Function for which a root should be found.
Protected field_maximumNumberOfIterations Maximum number of iterations used by the algorithm.
Protected field_originalFunction Stores the original function when the solver is temporarily configured to solve f(x) == y.
Protected field_xMax Upper bound of the current search interval.
Protected field_xMin Lower bound of the current search interval.
Protected fieldStatic memberdouble_Accuracy Machine epsilon-like accuracy threshold, used as an internal constant.
Top
See Also