![]() | Bracket Class |
The Bracket type exposes the following members.
Name | Description | |
---|---|---|
![]() | Bracket | Constructs a Bracket instance for the given function, starting from the given pair of points. |
Name | Description | |
---|---|---|
![]() | FInterior | Gets the function encapsulated by this bracket evaluated at this.Interior. |
![]() | FLower | Gets the function encapsulated by this bracket evaluated at the lower bound. |
![]() | Function | Gets the function encapsulated by this bracket. |
![]() | FUpper | Gets the function encapsulated by this bracket evaluated at the upper bound. |
![]() | Interior | Gets a point between the lower and upper bounds, such that f(Interior) < f(Lower) and f(Interior) < f(Upper), where f is the function encapsulated by this bracket. |
![]() | Lower | Gets a lower bound on a minimum of this.Function. |
![]() | Upper | Gets an upper bound on a minimum of the function encapsulated by this bracket. |