Performs initialization before the first iteration.
Namespace:
Extreme.Mathematics.Algorithms
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
protected virtual void OnInit()
Protected Overridable Sub OnInit
protected:
virtual void OnInit()
abstract OnInit : unit -> unit
override OnInit : unit -> unit
Note to inheritors: If you override this method, you must call the base method before
you perform any other operations.
Reference