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. The size of the destination is set automatically. |
Overload 1: TMtx FFT1D
Forward parallel in-place 1D FFT.
Result: stored in self (calling object), returns self for chaining
Remarks:
Performs forward 1D FFT on each row of the matrix. See Dew.Math.Vector.FFT for more info on the forward FFT.
Overload 2: TMtx FFT1D(TMtx Mtx)
Forward parallel not in-place 1D FFT. The size of the destination is set automatically.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Mtx | TMtx | source TMtx |
Result: stored in self (calling object), returns self for chaining