Click or drag to resize
DigitalRuneIterativeLinearSystemSolverFNumberOfIterations Property
Gets or sets the number of iterations of the last Solve(MatrixF, VectorF) method call.

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

Property Value

Type: Int32
The number of iterations.
Remarks
This property is not thread-safe.
See Also