NonLinearDecomposition

Description

The NonLinearDecomposition class contains properties and methods for calculation of non-linear equations system.

Properties inherited from ICpNonLinearDecomposition

  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.

Properties inherited from ICpMethod

  Property name Brief description
Extremum The Extremum property determines the type of extremum, which will be searched for when finding optimal value.

Methods inherited from ICpMethod

  Method name Brief description
Evaluate The Evaluate method calculates the method.

See also:

Cp Assembly Classes