Click or drag to resize
DigitalRuneIterativeLinearSystemSolverFMaxNumberOfIterations Property
Gets or sets the maximum number number of iterations.

Namespace: DigitalRune.Mathematics.Algebra
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
public int MaxNumberOfIterations { get; set; }

Property Value

Type: Int32
The maximum number number of iterations. The default value is 1000.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionvalue is negative.
Remarks
In one call of Solve(MatrixF, VectorF) no more than MaxNumberOfIterations are performed.
See Also