public class TrajectoryControlNodesGreek extends ControlNodesGreek
Constructor and Description |
---|
TrajectoryControlNodesGreek(double dblValue,
double[] adblJacobian,
double[][] aadblHessian,
java.util.List<ControlNodesGreek> lsCNGSlice)
TrajectoryControlNodesGreek Constructor
|
Modifier and Type | Method and Description |
---|---|
double[][] |
innerHessian()
Retrieve the Inner Hessian Matrix
|
double[] |
innerJacobian()
Retrieve the Inner Jacobian Array
|
java.util.List<ControlNodesGreek> |
sliceGreeks()
Retrieve the List of the Slice Control Nodes Greek
|
hessian, jacobian, value
public TrajectoryControlNodesGreek(double dblValue, double[] adblJacobian, double[][] aadblHessian, java.util.List<ControlNodesGreek> lsCNGSlice) throws java.lang.Exception
dblValue
- The Objective Function Penalty ValueadblJacobian
- The Objective Function Penalty JacobianaadblHessian
- The Objective Function Penalty HessianlsCNGSlice
- The List of the Slice Control Nodes Greekjava.lang.Exception
- Thrown if the Inputs are Invalidpublic java.util.List<ControlNodesGreek> sliceGreeks()
public double[] innerJacobian()
public double[][] innerHessian()