Members
| Name | Description |
|---|---|
| FindBracket() |
Finds an interval that brackets the extremum, starting from the interval [0,1].
|
| FindBracket(Double) |
Finds an interval that brackets the extremum, starting from an interval of unit width centered around the specified point.
|
| FindBracket(Double, Double) |
Finds an interval that brackets the extremum, starting from an interval with the specified bounds.
|
| FindBracket(Double, Double, Double) |
Finds an interval that brackets the extremum, starting from an interval with the specified bounds and
interior point.
|