TVec::FFTStorageFormat Property

__declspec(property(get = GetFFTStorageFormat, put = SetFFTStorageFormat)) TFFTStorageFormat FFTStorageFormat;

The FFT storage format.

Read: TFFTStorageFormat GetFFTStorageFormat();
Write: void SetFFTStorageFormat(const TFFTStorageFormat value);
Remarks:

The FFT storage format specifies how will the result of an operation be stored in the destination. This affects both 1D and 2D FFT's.

Declared in Dew::Math::TDenseMtxVec · Dew.Math/AbstractMtxVec.h · Cross-compiler