SLEMethodType

Description

The SLEMethodType enumeration is used to determine the method of solving linear equation system.

It is used by the following property:

Available Values

  Value Brief description
0 MatrixInverse. Inverse matrix calculating method.
1 Gauss. Gauss method.
2 ConjugateGradient. The method of conjugate gradients.

See also:

Stat Assembly Enumerations