Click or drag to resize

BrentFindRoot Properties

The BrentFindRoot type exposes the following members.

Properties
  NameDescription
Public propertyBracketToward
Gets the behavior of the root finder when a sampled function value exactly equals zero and ConvergenceCriteria requires convergence on the independent variable.
Public propertyConvergenceCriteria
Gets the criteria used in determining convergence.
Public propertyFunction
Gets the evaluation function.
Public propertyFunctionTolerance
Gets the convergence tolerance on the value of the function.
Public propertyHasConverged
Gets a value indicating whether the algorithm is in the converged state.
Public propertyIterations
Gets the number of iterations taken.
Public propertyRoot
Gets the current best estimate of independent variable value at which the root occurs. If HasConverged is , this is the actual root according to the convergence criteria defined when this instance was constructed.
Public propertyValue
Gets the function value at the current best estimate of the Root. If HasConverged is , this is the actual root according to the convergence criteria defined when this instance was constructed.
Public propertyVariableTolerance
Gets the convergence tolerance on the value of the independent variable.
Top
See Also