Abstract |
The AbstractRootFinder type exposes the following members.
| Name | Description | |
|---|---|---|
| _accuracy | Desired accuracy for the computed root. | |
| _function | Function for which a root should be found. | |
| _maximumNumberOfIterations | Maximum number of iterations used by the algorithm. | |
| _originalFunction | Stores the original function when the solver is temporarily configured to solve f(x) == y. | |
| _xMax | Upper bound of the current search interval. | |
| _xMin | Lower bound of the current search interval. | |
| double_Accuracy | Machine epsilon-like accuracy threshold, used as an internal constant. |