Click or drag to resize

IteratorT(IIterationStopCriterionT) Constructor

Initializes a new instance of the IteratorT class with the specified stop criteria.

Namespace: Altaxo.Calc.LinearAlgebra.Solvers
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Iterator(
	params IIterationStopCriterion<T>[] stopCriteria
)

Parameters

stopCriteria  IIterationStopCriterionT
The specified stop criteria. Only one stop criterion of each type can be passed in. None of the stop criteria will be passed on to child iterators.
See Also