aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test/FFTW.cpp
Commit message (Collapse)AuthorAge
* Implement c++03 compatible fix for changeset ↵Gravatar Gael Guennebaud2019-10-09
| | | | 7a43af1a335da2c0489b4119a33ee1cbff0c15d6
* Fix compilation of FFTW unit testGravatar Gael Guennebaud2019-10-08
|
* Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with ↵Gravatar Gael Guennebaud2018-07-17
| | | | | | | | | EIGEN_DECLARE_TEST(mytest) { /* code */ }. This provide several advantages: - more flexibility in designing unit tests - unit tests can be glued to speed up compilation - unit tests are compiled with same predefined macros, which is a requirement for zapcc
* Fix warningsGravatar Gael Guennebaud2016-07-08
|
* Enable and fix -Wdouble-conversion warningsGravatar Christoph Hertzberg2016-05-05
|
* Fix FFTW unit test with clangGravatar Gael Guennebaud2014-02-17
|
* clean old KDE mention and relatedGravatar Gael Guennebaud2012-07-14
|
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
|
* protect calls to min and max with parentheses to make Eigen compatible with ↵Gravatar Gael Guennebaud2011-07-21
| | | | | | | default windows.h (transplanted from 49b6e9143e1d74441924c0c313536e263e12a55c )
* still test fftw even if the binary for long double is not availableGravatar Gael Guennebaud2011-01-28
|
* minor editGravatar Mark Borgerding2010-03-07
|
* mergeGravatar Mark Borgerding2010-03-07
|\
* | needed different proxy return types for fwd,inv to work around static assertsGravatar Mark Borgerding2010-03-07
| |
* | created FFT::fwd and FFT::inv with ReturnByValueGravatar Mark Borgerding2010-03-07
|/
* 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
| |
* | if the src.stride() != 1, then the layout is not continuous -- need to copy ↵Gravatar Mark Borgerding2010-01-22
| | | | | | | | to temporary
* | changed FFT function vector and Matrix args to pointer as Benoit suggestedGravatar Mark Borgerding2010-01-22
|/ | | | implemented 2D Complex FFT for FFTW impl
* 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
|
* added the test case for FFTWGravatar Mark Borgerding2009-09-14