IterationCountStopCriterionT(Int32) Constructor |
Namespace: Altaxo.Calc.LinearAlgebra.SolversAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public IterationCountStopCriterion(
int maximumNumberOfIterations
)
Parameters
- maximumNumberOfIterations Int32
- The maximum number of iterations the calculation is allowed to perform.
See Also