aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorFFT.h
Commit message (Expand)AuthorAge
* 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