Newton |
The NewtonRootFinder type exposes the following members.
| Name | Description | |
|---|---|---|
| _accuracy |
Desired accuracy for the computed root.
(Inherited from AbstractRootFinder) | |
| _derivativeOfFunction | Derivative of the function used by Newton's method. | |
| _function |
Function for which a root should be found.
(Inherited from AbstractRootFinder) | |
| _maximumNumberOfIterations |
Maximum number of iterations used by the algorithm.
(Inherited from AbstractRootFinder) | |
| _originalFunction |
Stores the original function when the solver is temporarily configured to solve f(x) == y.
(Inherited from AbstractRootFinder) | |
| _xMax |
Upper bound of the current search interval.
(Inherited from AbstractRootFinder) | |
| _xMin |
Lower bound of the current search interval.
(Inherited from AbstractRootFinder) |