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