FftBase<T>.Commit Method

Commits the implementation.

Definition

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

Remarks

This method commits the implementation to its current parameters. Inheritors can override this method to compute auxiliary values such as twiddle factors. Inheritors should always call the base method. Otherwise, loss of resources may result.

See Also