public class ConstraintFunctionPointMetrics
extends java.lang.Object
| Constructor and Description |
|---|
ConstraintFunctionPointMetrics(double[] adblValue,
double[][] aadblJacobian,
double[] adblMultiplier)
ConstraintFunctionPointMetrics Constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
count()
Retrieve the Constraint Count
|
int |
dimension()
Retrieve the Constraint Dimension
|
double[][] |
jacobian()
Retrieve the Constraint Jacobian Matrix
|
double[] |
multiplier()
Retrieve the Constraint KKR Multiplier Array
|
double[] |
value()
Retrieve the Constraint Value Array
|
public ConstraintFunctionPointMetrics(double[] adblValue,
double[][] aadblJacobian,
double[] adblMultiplier)
throws java.lang.Exception
adblValue - Constraint Value ArrayaadblJacobian - Constraint Jacobian MatrixadblMultiplier - Constraint Karush-Kahn-Tucker Multiplier Arrayjava.lang.Exception - Thrown if the Inputs are Invalidpublic int count()
public int dimension()
public double[] value()
public double[] multiplier()
public double[][] jacobian()