| |
Property name |
Brief description |
 |
CalcInitExpressionMode |
The CalcInitExpressionMode property determines the mode of defining initial values of the target variables. |
 |
CoefficientsOrder |
The CoefficientsOrder property determines the coefficients order. |
 |
DampingFactorTolerance |
Outdated. The DampingFactorTolerance property determines the precision, with which the length of step should be found to satisfy the condition F(x[k]+A*p[k])<F(x[k]). |
 |
DerivativeShift |
The DerivativeShift property determines the increment of an argument (%) for calculating partial derivatives required for the Newton method. |
 |
Functions |
The Functions property determines a list of non-linear equations. |
 |
FunctionValues |
The FunctionValues property returns the function values for the found solution. |
 |
InitApproximation |
The InitApproximation property determines initial approximations. |
 |
InitApproximationActual |
The InitApproximationActual property returns actually used initial approximations. |
 |
JacobianCalcFrequency |
The JacobianCalcFrequency property determines how often the Jacobian is calculated when a non-linear equation system is solved using the Newton method. |
 |
LinearEqSolutionMethod |
The LinearEqSolutionMethod property determines the method for calculating the next approximation to solve a linearized equation system. |
 |
MakeNewtonMethodQuicker |
The MakeNewtonMethodQuicker property determines whether optimization is used for the Newton method. |
 |
MaxIteration |
The MaxIteration property determines the maximum number of iterations, within which the solution is found. |
 |
MaxStep |
Outdated. The MaxStep property determines the value of maximum distance between approximations. |
 |
MethodType |
The MethodType property determines the method for solving a system of non-linear equations. |
 |
MinIteration |
Outdated. The MinIteration property determines the minimum number of iterations, within which a solution should be found. |
 |
Solution |
The Solution property returns the system solution. |
 |
Tolerance |
The Tolerance property determines the accuracy of solution. |
 |
UseDerivatives |
The UseDerivatives property determines whether analytical derivatives are used in solution search. |