ICpNonLinearDecomposition.Tolerance

Fore Syntax

Tolerance: Double;

Fore.NET Syntax

Tolerance: double;

Description

The Tolerance property determines accuracy of solution.

Comments

Use the ICpNonLinearDecomposition.MaxIteration property to determine the maximum number of iterations, for which solution should be found.

Fore and Fore.NET Examples

The property use is given in the example for ICpNonLinearDecomposition.Equations.

See also:

ICpNonLinearDecomposition