Delegate |
public class DelegateStopCriterion<T> : IIterationStopCriterion<T> where T : struct, new(), IEquatable<T>, IFormattable
[Missing <typeparam name="T"/> documentation for "T:Altaxo.Calc.LinearAlgebra.Solvers.DelegateStopCriterion`1"]
The DelegateStopCriterionT type exposes the following members.
Name | Description | |
---|---|---|
![]() | DelegateStopCriterionT | Create a new instance of this criterion with a custom implementation. |
Name | Description | |
---|---|---|
![]() | Clone | Clones this criterion and its settings. |
![]() | DetermineStatus | Determines the status of the iterative calculation by delegating it to the provided delegate. Result is set into Status field. |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
![]() | Reset | Resets the IIterationStopCriterion to the pre-calculation state. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object) |