Struct RootBracket
A set of points that bracket a root of some function.
struct RootBracket(X, Y)
;
Fields
Name | Type | Description |
---|---|---|
x1
|
X | Two points that bracket a root. |
x2
|
X | Two points that bracket a root. |
y1
|
Y | The function value at x1 and x2, respectively |
y2
|
Y | The function value at x1 and x2, respectively |