![]() | Double |
The DoubleGeneral1DFFT type exposes the following members.
Name | Description | |
---|---|---|
![]() | Clone | Creates a deep copy of this general 1D FFT instance. |
![]() | FFT(Double) | Using the given configuration, computes the real forward FFT of vin |
![]() | FFT(DoubleComplex) | Using given configuration, computes the complex foward FFT of vin. |
![]() | FFT(Double, Double) | Using the given configuration, computes the real forward FFT of vin |
![]() | FFT(DoubleComplex, DoubleComplex) | Using given configuration, computes the complex foward FFT of vin and places the result in vout |
![]() | FFTInPlace(Double) | Using the given configuration, computes the in-place real forward FFT of vinout |
![]() | FFTInPlace(DoubleComplex) | Using given configuration, computes the in-place complex forward FFT of vinout. |
![]() | FFTInPlace(DoubleComplex) | Obsolete. Using the given configuration, computes the forward 1D FFT of each row in arrayinout and returns the results in-place. |
![]() | FFTInPlaceArray | Using the given configuration, computes the forward 1D FFT of each row in arrayinout and returns the results in-place. |
![]() | ToString |
Returns a String containing a summary of this FFT type.
(Inherited from FFTBase) |