|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gersteinlab.regulation.numeric.Function
org.gersteinlab.regulation.numeric.DifferentiableFunction
public abstract class DifferentiableFunction
A class that represents a differentiable univariate real function. Each
inherited class should implement at least one of df(double) and df().
Change History:
1.0 - Initial version
| Field Summary |
|---|
| Fields inherited from class org.gersteinlab.regulation.numeric.Function |
|---|
xStored |
| Constructor Summary | |
|---|---|
DifferentiableFunction()
|
|
| Method Summary | |
|---|---|
double |
df()
Evaluate the first derivative of the function at the stored point. |
double |
df(double x)
Evaluate the first derivative of the function at a point. |
| Methods inherited from class org.gersteinlab.regulation.numeric.Function |
|---|
f, f, set |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DifferentiableFunction()
| Method Detail |
|---|
public double df(double x)
x - The point
public double df()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||