aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorFFT.h
Commit message (Expand)AuthorAge
* Disable use of recurrence for computing twiddle factors. Fixes FFT precision ...Gravatar RJ Ryan2017-12-31
* Merged in mehdi_goli/opencl/DataDependancy (pull request PR-10)Gravatar Benoit Steiner2017-06-28
* Adds a fast memcpy function to Eigen. This takes advantage of the following:Gravatar Rasmus Munk Larsen2017-01-24
* Use numext::conj instead of std::conjGravatar Benoit Steiner2016-08-01
* Eigen cost model part 1. This implements a basic recursive framework to estim...Gravatar Rasmus Munk Larsen2016-04-14
* Relaxed the condition used to gate the fft code.Gravatar Benoit Steiner2016-03-31
* Properly gate the fft codeGravatar Benoit Steiner2016-03-31
* Use EIGEN_PI instead of redefining our own constant PIGravatar Benoit Steiner2016-03-05
* Don't rely on the M_PI constant since not all compilers provide it.Gravatar Benoit Steiner2016-03-04
* Don't use implicit type conversions in initializer lists since not all compil...Gravatar Benoit Steiner2016-03-04
* Prevent unecessary Index to int conversionsGravatar Benoit Steiner2016-02-21
* Get rid of duplicate code.Gravatar Rasmus Munk Larsen2016-02-19
* Speed up tensor FFT by up ~25-50%.Gravatar Rasmus Munk Larsen2016-02-19
* Avoid unecessary type conversionsGravatar Benoit Steiner2016-02-05
* Record whether the underlying tensor storage can be accessed directly during ...Gravatar Benoit Steiner2016-01-19
* Consistently use the same index type in the fft codebase.Gravatar Benoit Steiner2015-10-29
* Silenced a few more compilation warningsGravatar Benoit Steiner2015-10-29
* Fixed compilation warningGravatar Benoit Steiner2015-10-26
* Reordered the code of fft constructor to prevent compilation warningsGravatar Benoit Steiner2015-10-23
* Added support for fourier transforms (code courtesy of thucjw@gmail.com)Gravatar Benoit Steiner2015-10-22