ISmLinearEquations.SLEMethod

Fore Syntax

SLEMethod: SLEMethodType;

Fore.NET Syntax

SLEMethod: Prognoz.Platform.Interop.Stat.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.

Fore and Fore.NET Examples

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

See also:

ISmLinearEquations