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, waitgetAccuracy, getBestPoint, getNextPoint, getNumberOfIterations, isDone, setValuegetAccuracy, getBestPoint, getNextPoint, getNumberOfIterations, isDonepublic void setValueAndDerivative(double value,
double derivative)
setValueAndDerivative in interface RootFinderWithDerivativevalue - The value corresponding to the point returned by previous getNextPoint call.derivative - The derivative corresponding to the point returned by previous getNextPoint call.Copyright © 2015. All rights reserved.