Description
Sets the value of a Jacobian element.
Timing Precision Mode
This page describes functionality in nanosecond timing precision mode.
Click here to see the documentation for this object in millisecond timing precision mode.
Method Signature
Optimizer.SetJacobianValue(
|
String constraintLabel,
|
|
String stateVariableLabel,
|
|
Variable jacobianElementValue)
|
Arguments
constraintLabel
|
|
Description:
|
The label corresponding to the associated Constraint.
|
stateVariableLabel
|
|
Description:
|
The label corresponding to the associated StateVariable.
|
jacobianElementValue
|
|
Description:
|
The value of the element of the Jacobian that is associated with the specified Constraint / StateVariable pair.
|
Syntax
myOptimizer1.SetJacobianValue(myString1, myString2, myVariable1);
|
See also
Optimizer Object
Optimizer.SetJacobianValue
|