FindLocalMinResult

Represents the result of a local minimum search, containing the minimum's location (x) and value (y).

Members

Properties

status
FindRootStatus status [@property getter]
validate
ref validate [@property getter]

Variables

error
T error;
x
T x;
y
T y;