Optimizer.UseJacobianSparsity Property

Top 

Description

Determines whether to process only the nonzero portion of the Jacobian. If this property is set to 0, the Jacobian will be treated as fully dense.

 

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.

 

Attributes

Type:

boolean

Access:

read/write

Default Value:

true

 

Syntax

myVariable1 = myOptimizer1.UseJacobianSparsity;

 

myOptimizer1.UseJacobianSparsity = myVariable1;

 

See also

Optimizer Object