Classes that implement this interface must supply methods which evaluate a function f(x) = 0 and its derivative. These methods are used by FindRoot to find the root of f(x) = 0.
| Method Summary | |
java.math.BigDecimal |
df(java.math.BigDecimal x,
Options o)
Evaluate the derivative of f(x) |
java.math.BigDecimal |
f(java.math.BigDecimal x,
Options o)
Evaluate f(x) |
| Method Detail |
public java.math.BigDecimal f(java.math.BigDecimal x,
Options o)
public java.math.BigDecimal df(java.math.BigDecimal x,
Options o)