public interface RootFinderWithDerivative
| Modifier and Type | Method and Description |
|---|---|
double |
getAccuracy() |
double |
getBestPoint() |
double |
getNextPoint() |
int |
getNumberOfIterations() |
boolean |
isDone() |
void |
setValueAndDerivative(double value,
double derivative) |
double getNextPoint()
setValue.void setValueAndDerivative(double value,
double derivative)
value - The value corresponding to the point returned by previous getNextPoint call.derivative - The derivative corresponding to the point returned by previous getNextPoint call.int getNumberOfIterations()
double getAccuracy()
boolean isDone()
double getBestPoint()
Copyright © 2015. All rights reserved.