Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TMtx *FFT1D(); | Forward parallel in-place 1D FFT. |
| 2 | TMtx *FFT1D(TMtx *Mtx); | Forward parallel not in-place 1D FFT. |
Overload 1: TMtx *FFT1D();
Forward parallel in-place 1D FFT.
Remarks:
Performs forward 1D FFT on each row of the matrix. See TVec::FFT for more info on the forward FFT.
Declared in Dew::Math::TMtx · Dew.Math/MtxVec.h · Cross-compiler
Overload 2: TMtx *FFT1D(TMtx *Mtx);
Forward parallel not in-place 1D FFT.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Mtx | TMtx * |
Remarks:
The size of the destination is set automatically
Declared in Dew::Math::TMtx · Dew.Math/MtxVec.h · Cross-compiler