Matrix::FFT1D Method

Overload List

#SignatureDescription
1TMtx *FFT1D() const;Forward parallel in-place 1D FFT.
2TMtx *FFT1D(TMtx *Mtx) const;Forward parallel not in-place 1D FFT. The size of the destination is set automatically.

Overload 1: TMtx *FFT1D() const;

Forward parallel in-place 1D FFT.

Remarks:

Performs forward 1D FFT on each row of the matrix. See Vector::FFT for more info on the forward FFT.

Declared in Dew::Math::Matrix · Dew.Math/MtxExpr.h · Cross-compiler

Overload 2: TMtx *FFT1D(TMtx *Mtx) const;

Forward parallel not in-place 1D FFT. The size of the destination is set automatically.

#NameTypeDescription
1MtxTMtx *
Declared in Dew::Math::Matrix · Dew.Math/MtxExpr.h · Cross-compiler