Newton | 
The NewtonRaphsonRootFinder type exposes the following members.
| Name | Description | |
|---|---|---|
| BracketRoot | 
            Attempts to bracket a root given the function and an initial guess
            near a suspected root.
             (Inherited from RootFinderBase)  | |
| Clone | 
            Creates a deep copy of this root finder.
             (Overrides RootFinderBaseClone)  | |
| Find(OneVariableFunction, Interval) | Finds a root within the interval. | |
| Find(OneVariableFunction, OneVariableFunction, Interval) | Finds a root within the interval. | |
| Find(OneVariableFunction, Double, Double) | Finds a root within the interval. | |
| Find(OneVariableFunction, OneVariableFunction, Double, Double) | Finds a root within the interval. |