Cp > Cp Assembly Interfaces > ICpNonLinearDecomposition
The ICpNonLinearDecomposition interface contains properties and methods for calculation of non-linear equations system.
Property name | Brief description | |
![]() |
Equations | The Equations property determines system equations. |
![]() |
MaxIteration | The MaxIteration property determines the maximum number of iterations, within which the solution is found. |
![]() |
MethodType | The MethodType property determines a method of solution search. |
![]() |
NodesCount | The NodesCount property determines the number of intervals for dividing the range, which is defined for controlling variables. |
![]() |
Tolerance | The Tolerance property determines accuracy of solution. |
![]() |
Variables | The Variables property returns variables of non-linear equations system. |
Property name | Brief description | |
![]() |
Extremum | The Extremum property determines the type of extremum, which will be searched for when finding optimal value. |
Method name | Brief description | |
![]() |
Evaluate | The Evaluate method calculates the method. |
See also: