ISmLinearEquations.SLEMethod

Syntax

SLEMethod: SLEMethodType;

Description

The SLEMethod property determines the method for solving a system of non-linear equations.

Comments

To determine whether to cast the linear equation system to the equivalent one with positively definite symmetric matrix, use the ISmLinearEquations.SymmetricMatrixSet property.

Example

The property use is given in the example for ISmLinearEquations.InitApproximation.

See also:

ISmLinearEquations