Stat Assembly > Stat Assembly Enumerations > LinearEqSolutionType
The LinearEqSolutionType enumeration contains method for calculating the next approximation to solve a linearized equation system. This system is to be calculated when a nonlinear equation system is solved using Newton method.
It is used by the following property:
Value | Brief description | |
![]() |
0 | InvMatrix. Inverse matrix. |
![]() |
1 | GaussMethod. Gaussian elimination method. |
See also: