Package smile.math
Interface DifferentiableFunction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doubledf(double x)Compute the value of the derivative function at x.
-
| Modifier and Type | Method | Description |
|---|---|---|
double |
df(double x) |
Compute the value of the derivative function at x.
|