Abstract |
The AbstractRootFinder type exposes the following members.
| Name | Description | |
|---|---|---|
| Accuracy | Gets or sets the desired accuracy for the computed root. | |
| BracketingFactor | Gets or sets the factor used for outward bracketing when searching for an interval that contains a root. | |
| MaximumNumberOfIterations | Sets the maximum number of iterations. | |
| MessageAccuracyNotReached | Gets the localized error message used when the requested accuracy cannot be reached within the maximum number of iterations. | |
| MessageInadequateAlgorithm | Gets the localized error message used when the chosen algorithm cannot solve the equation. | |
| MessageInvalidRange | Gets the localized error message used when an invalid range is encountered while finding a root. | |
| MessageRangeArgumentInvalid | Gets the localized error message used when the provided range argument is not valid. | |
| MessageRootNotBracketed | Gets the localized error message used when the algorithm cannot start because the root does not seem to be bracketed. | |
| MessageRootNotFound | Gets the localized error message used when the algorithm ends without finding a root in the range. |