Click or drag to resize

AbstractRootFinder Properties

The AbstractRootFinder type exposes the following members.

Properties
 NameDescription
Public propertyAccuracy Gets or sets the desired accuracy for the computed root.
Public propertyBracketingFactor Gets or sets the factor used for outward bracketing when searching for an interval that contains a root.
Public propertyMaximumNumberOfIterations Sets the maximum number of iterations.
Protected propertyStatic memberMessageAccuracyNotReached Gets the localized error message used when the requested accuracy cannot be reached within the maximum number of iterations.
Protected propertyStatic memberMessageInadequateAlgorithm Gets the localized error message used when the chosen algorithm cannot solve the equation.
Protected propertyStatic memberMessageInvalidRange Gets the localized error message used when an invalid range is encountered while finding a root.
Protected propertyStatic memberMessageRangeArgumentInvalid Gets the localized error message used when the provided range argument is not valid.
Protected propertyStatic memberMessageRootNotBracketed Gets the localized error message used when the algorithm cannot start because the root does not seem to be bracketed.
Protected propertyStatic memberMessageRootNotFound Gets the localized error message used when the algorithm ends without finding a root in the range.
Top
See Also