Click or drag to resize

IterationCountStopCriterionT(Int32) Constructor

Initializes a new instance of the IterationCountStopCriterionT class with the specified maximum number of iterations.

Namespace: Altaxo.Calc.LinearAlgebra.Solvers
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IterationCountStopCriterion(
	int maximumNumberOfIterations
)

Parameters

maximumNumberOfIterations  Int32
The maximum number of iterations the calculation is allowed to perform.
See Also