MinimumNormSolverOptions.MatrixSolveMethod Property

Top 

Description

The method used to solve the linear system J * J' where J is the Jacobian of the residuals. The residuals represent all bound violations from both the constraints and the state variables.

 

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.

 

Attributes

Type:

integer

Access:

read/write

Default Value:

0 ( Sparse QR )

Valid Values:

Value

Label

0

Sparse QR

1

Sparse LU

2

Sparse LDLT (Often fails on over-determined problems)

 

Syntax

myVariable1 = myMinimumNormSolverOptions1.MatrixSolveMethod;

 

myMinimumNormSolverOptions1.MatrixSolveMethod = myVariable1;

 

See also

MinimumNormSolverOptions Object