ManagedIterativeAlgorithm<T, TError, TReport>.OnInit Method

Performs initialization before the first iteration.

Definition

Namespace: Extreme.Mathematics.Algorithms
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
protected virtual void OnInit()

Remarks

Note to inheritors: If you override this method, you must call the base method before you perform any other operations.

See Also