Click or drag to resize

NewtonRaphsonRootFinder Methods

The NewtonRaphsonRootFinder type exposes the following members.

Methods
 NameDescription
Public methodBracketRoot Attempts to bracket a root given the function and an initial guess near a suspected root.
(Inherited from RootFinderBase)
Public methodClone Creates a deep copy of this root finder.
(Overrides RootFinderBaseClone)
Public methodFind(OneVariableFunction, Interval) Finds a root within the interval.
Public methodFind(OneVariableFunction, OneVariableFunction, Interval) Finds a root within the interval.
Public methodFind(OneVariableFunction, Double, Double) Finds a root within the interval.
Public methodFind(OneVariableFunction, OneVariableFunction, Double, Double) Finds a root within the interval.
Top
See Also