AbstractRootFinderSearchBracketsOutward Method |
Detects a range containing at least one root.
Namespace: Altaxo.Calc.RootFindingAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic bool SearchBracketsOutward(
ref double xmin,
ref double xmax,
double factor
)
Parameters
- xmin Double
- Lower value of the range.
- xmax Double
- Upper value of the range.
- factor Double
- Growing factor of the search (typically 1.6).
Return Value
Boolean if the bracketing operation succeeded; otherwise, an exception is thrown.
Remarks
This iterative method stops when two values with opposite signs are found.
See Also