Click or drag to resize

IteratorTCancel Method

Indicates to the iterator that the iterative process has been cancelled.

Namespace: Altaxo.Calc.LinearAlgebra.Solvers
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void Cancel()
Remarks
Does not reset the stop-criteria.
See Also