public class ControlNodesGreek
extends java.lang.Object
| Constructor and Description |
|---|
ControlNodesGreek(double dblValue,
double[] adblJacobian,
double[][] aadblHessian)
ControlNodesGreek Constructor
|
| Modifier and Type | Method and Description |
|---|---|
double[][] |
hessian()
Retrieve the Objective Function Penalty Hessian
|
double[] |
jacobian()
Retrieve the Objective Function Penalty Jacobian
|
double |
value()
Retrieve the Objective Function Penalty Value
|
public ControlNodesGreek(double dblValue,
double[] adblJacobian,
double[][] aadblHessian)
throws java.lang.Exception
dblValue - The Objective Function Penalty ValueadblJacobian - The Objective Function Penalty JacobianaadblHessian - The Objective Function Penalty Hessianjava.lang.Exception - Thrown if the Inputs are Invalidpublic double value()
public double[] jacobian()
public double[][] hessian()