Optimizer.SetJacobianValue Method

Top 

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.

 

Overload List

Signatures

Return Value

Description

Optimizer.SetJacobianValue(String constraintLabel, String stateVariableLabel, Variable jacobianElementValue)

None

Sets the value of a Jacobian element.

Optimizer.SetJacobianValue(String constraintLabel, TrajectoryPhase trajectoryPhase, Variable node, Array stateIndices, Array values)

None

Sets the value of multiple Jacobian elements. The state variable indices of the Jacobian elements are determined by the TrajectoryPhase, Node, and Indices arguments.

 

 

See also

Optimizer Object