![]() | FZero Methods |
The FZero 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 one root of f within the given interval. |
![]() | Find(OneVariableFunction, Double) | Finds one root of f near the starting guess, x0. |
![]() | Find(OneVariableFunction, Double, Double) | Finds one root of f within the given interval. |