IIteration |
public interface IIterationStopCriterion<T> where T : struct, new(), IEquatable<T>, IFormattable
[Missing <typeparam name="T"/> documentation for "T:Altaxo.Calc.LinearAlgebra.Solvers.IIterationStopCriterion`1"]
The IIterationStopCriterionT type exposes the following members.
Name | Description | |
---|---|---|
Clone | ||
DetermineStatus | 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. | |
Reset | Resets the IIterationStopCriterion to the pre-calculation state. |