Click or drag to resize

IIterationStopCriterionT Interface

The base interface for classes that provide stop criteria for iterative calculations.

Namespace: Altaxo.Calc.LinearAlgebra.Solvers
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public interface IIterationStopCriterion<T>
where T : struct, new(), IEquatable<T>, IFormattable

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:Altaxo.Calc.LinearAlgebra.Solvers.IIterationStopCriterion`1"]

The IIterationStopCriterionT type exposes the following members.

Properties
 NameDescription
Public propertyStatus Gets the current calculation status.
Top
Methods
 NameDescription
Public methodClone 
Public methodDetermineStatus Determines the status of the iterative calculation based on the stop criteria stored by the current IIterationStopCriterion. Status is set to Status field of current object.
Public methodReset Resets the IIterationStopCriterion to the pre-calculation state.
Top
See Also