Quick |
| Name | Description | |
|---|---|---|
| ByBrentsAlgorithm(FuncDouble, Double, Double, Double) | Finds a root of f in the interval [x0, x1] using Brent's algorithm. | |
| ByBrentsAlgorithm(FuncDouble, Double, Double, Double, Double, Double) | Finds a root of f in the interval [x0, x1] using Brent's algorithm. | |
| ByBrentsAlgorithm(FuncDouble, Double, Double, Double, Double, Double, Double) | Finds a root of f in the interval [x0, x1] using Brent's algorithm. |