CoreProvider<T>.Fft Property

Gets or sets the current FFT provider implementation for double-precision arguments.

Definition

Namespace: Numerics.NET.Providers
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public abstract FftOperations<T> Fft { get; }

Property Value

FftOperations<T>
A class that inherits from FftOperations<T>.

Remarks

The default value of this property is an instance of ManagedFftProvider.

See Also