|
||||||||||
| 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
org.gersteinlab.regulation.numeric.DoublyDifferentiableFunction
public abstract class DoublyDifferentiableFunction
A class that represents a doubly differentiable univariate real
function. Each inherited class should implement at least one of
d2f(double) and d2f().
Change History:
1.0 - Initial version
| Field Summary |
|---|
| Fields inherited from class org.gersteinlab.regulation.numeric.Function |
|---|
xStored |
| Constructor Summary | |
|---|---|
DoublyDifferentiableFunction()
|
|
| Method Summary | |
|---|---|
double |
d2f()
Evaluate the second derivative of the function at the stored point. |
double |
d2f(double x)
Evaluate the second derivative of the function at a point. |
| Methods inherited from class org.gersteinlab.regulation.numeric.DifferentiableFunction |
|---|
df, df |
| 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 DoublyDifferentiableFunction()
| Method Detail |
|---|
public double d2f(double x)
x - The point
public double d2f()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||