Gets or sets the current FFT implementation.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static FftOperations<T> Fft { get; set; }
Public Shared Property Fft As FftOperations(Of T)
Get
Set
public:
static property FftOperations<T>^ Fft {
FftOperations<T>^ get ();
void set (FftOperations<T>^ value);
}
static member Fft : FftOperations<'T> with get, set
Property Value
Type:
FftOperationsTA class that inherits from
FftOperationsT.
Default implementations are automatically loaded for double
precision numbers. For other element types, you need to reference
the implementation assembly and call any the applicable
registration methods on the Providers
property.
Reference