The SLEMethodType enumeration is used to determine the method of solving linear equation system.
It is used by the following property:
Value | Brief description | |
0 | MatrixInverse. Inverse matrix calculating method. | |
1 | Gauss. Gauss method. | |
2 | ConjugateGradient. The method of conjugate gradients. |
See also: