BrentFindRoot Properties |
The BrentFindRoot type exposes the following members.
Name | Description | |
---|---|---|
![]() | BracketToward |
Gets the behavior of the root finder when a sampled
function value exactly equals zero and ConvergenceCriteria
requires convergence on the independent variable.
|
![]() | ConvergenceCriteria |
Gets the criteria used in determining convergence.
|
![]() | Function |
Gets the evaluation function.
|
![]() | FunctionTolerance |
Gets the convergence tolerance on the value of the function.
|
![]() | HasConverged |
Gets a value indicating whether the algorithm is in the converged state.
|
![]() | Iterations |
Gets the number of iterations taken.
|
![]() | Root |
Gets the current best estimate of independent variable value at which the root occurs.
If HasConverged is true, this is the actual root
according to the convergence criteria defined when this instance was constructed.
|
![]() | Value |
Gets the function value at the current best estimate of the Root.
If HasConverged is true, this is the actual root
according to the convergence criteria defined when this instance was constructed.
|
![]() | VariableTolerance |
Gets the convergence tolerance on the value of the independent variable.
|