Optimizer.SetJacobianValue(String, String, Variable) Method

Top 

Description

Sets the value of a Jacobian element.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

Click here to see the documentation for this object in nanosecond 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