public abstract class AbstractRootFinder extends Object implements RootFinder, RootFinderWithDerivative
Constructor and Description |
---|
AbstractRootFinder() |
Modifier and Type | Method and Description |
---|---|
void |
setValueAndDerivative(double value,
double derivative) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAccuracy, getBestPoint, getNextPoint, getNumberOfIterations, isDone, setValue
getAccuracy, getBestPoint, getNextPoint, getNumberOfIterations, isDone
public void setValueAndDerivative(double value, double derivative)
setValueAndDerivative
in interface RootFinderWithDerivative
value
- The value corresponding to the point returned by previous getNextPoint
call.derivative
- The derivative corresponding to the point returned by previous getNextPoint
call.Copyright © 2016. All rights reserved.