public class AuxDer
extends java.lang.Object
Constructor and Description |
---|
AuxDer(DatanUserFunction df) |
Modifier and Type | Method and Description |
---|---|
double |
getDerivative(double x) |
boolean |
hasConverged() |
public AuxDer(DatanUserFunction df)
df
- user function which must be an extension of the abstract class DatanUserFunction.public double getDerivative(double x)
x
- argument of the user function at which the derivative is computed.public boolean hasConverged()