Click or drag to resize

IteratorT(IEnumerableIIterationStopCriterionT) 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(
	IEnumerable<IIterationStopCriterion<T>> stopCriteria
)

Parameters

stopCriteria  IEnumerableIIterationStopCriterionT
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