aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test/FFT.cpp
Commit message (Collapse)AuthorAge
* mergeGravatar Mark Borgerding2010-02-16
|\
* | found out about little-documented FFTW_PRESERVE_INPUT which has effect on ↵Gravatar Mark Borgerding2010-02-16
| | | | | | | | c2r transforms
* | changed destination argument to referenceGravatar Mark Borgerding2010-01-22
| |
* | changed FFT function vector and Matrix args to pointer as Benoit suggestedGravatar Mark Borgerding2010-01-22
| | | | | | | | implemented 2D Complex FFT for FFTW impl
| * Silenced type conversion warnings.Gravatar Hauke Heibel2010-02-03
|/
* Added to possibility to compile unit tests at maximum warning level.Gravatar Hauke Heibel2009-12-12
| | | | Silenced (amongst others) many conversion related warnings.
* explicitly cast to use the acos(long double)Gravatar Mark Borgerding2009-12-02
|
* removed troublesome M_PI and M_PIl constantsGravatar Mark Borgerding2009-12-02
|
* quieted signed/unsigned comparison warningGravatar Mark Borgerding2009-12-01
|
* Some of our unit tests require mathematical constants and thus we rely on ↵Gravatar Hauke Heibel2009-11-30
| | | | | | | non-ansi code. It seems as if the new standard removed pow(T,int). M_PIL is only defined when _GNU_SOURCE is defined.
* moved half-spectrum logic to Eigen::FFTGravatar Mark Borgerding2009-10-30
|
* MatrixBase:Gravatar Benoit Jacob2009-10-20
| | | | | | | | | * support resize() to same size (nop). The case of FFT was another case where that make one's life far easier. hope that's ok with you Gael. but indeed, i don't use it in the ReturnByValue stuff. FFT: * Support MatrixBase (well, in the case with direct memory access such as Map) * adapt unit test
* added FindFFTW, but I don't think it's right yetGravatar Mark Borgerding2009-06-10
|
* more work on ei_fftw_implGravatar Mark Borgerding2009-05-31
|
* refactored ei_kissfft_impl to maintain a cache of cpx fft plansGravatar Mark Borgerding2009-05-25
|
* changed name from simple_fft_traits to ei_kissfft_implGravatar Mark Borgerding2009-05-25
|
* added FFT inverse complex-to-scalar interface (not yet optimized)Gravatar Mark Borgerding2009-05-23
|
* scalar forward FFT optimized for even size, converts to cpx for oddGravatar Mark Borgerding2009-05-23
|
* started real optimization, added benchmark for FFTGravatar Mark Borgerding2009-05-23
|
* added non-optimized real forward fft (no inverse yet)Gravatar Mark Borgerding2009-05-22
|
* removed unused codeGravatar Mark Borgerding2009-05-19
|
* initial pass of FFT module -- includes complex 1-d case onlyGravatar Mark Borgerding2009-05-19