| Commit message (Expand) | Author | Age |
* | remove the 'Unsupported Modules' meta module | Gael Guennebaud | 2013-01-11 |
* | Automatic relicensing to MPL2 using Keirs script. Manual fixup follows. | Benoit Jacob | 2012-07-13 |
* | Get rid of include directives inside namespace blocks (bug #339). | Jitse Niesen | 2012-04-15 |
* | the min/max macros to detect unprotected min/max were undefined by some std h... | Gael Guennebaud | 2011-08-19 |
* | better fix for gcc 4.6.0 / ptrdiff_t, as suggested by Benoit | Thomas Capricelli | 2011-05-05 |
* | Fix compilation with gcc-4.6.0, patch provided by Anton Gladky <gladky.anton@... | Thomas Capricelli | 2011-05-05 |
* | Initial fixes for bug #85. | Hauke Heibel | 2010-10-25 |
* | bug #86 : use internal:: namespace instead of ei_ prefix | Benoit Jacob | 2010-10-25 |
* | Silence index warnings in triangular unit test. | Hauke Heibel | 2010-06-20 |
* | Fixed many MSVC warnings. | Hauke Heibel | 2010-06-09 |
* | * remove class DenseDirectAccessBase | Benoit Jacob | 2010-04-23 |
* | * merge with mainline | Benoit Jacob | 2010-04-16 |
|\ |
|
* | | * Refactoring of the class hierarchy: introduction of DenseDirectAccessBase, ... | Benoit Jacob | 2010-04-16 |
| * | fix misc warnings, more importantly when NDEBUG is defined, assert() is a | Thomas Capricelli | 2010-03-27 |
|/ |
|
* | needed different proxy return types for fwd,inv to work around static asserts | Mark Borgerding | 2010-03-07 |
* | created FFT::fwd and FFT::inv with ReturnByValue | Mark Borgerding | 2010-03-07 |
* | enable caller to supply FFT length for Eigen Matrix interface functions to ef... | Mark Borgerding | 2010-02-22 |
* | typo in merge | Mark Borgerding | 2010-02-16 |
* | merge | Mark Borgerding | 2010-02-16 |
|\ |
|
* | | found out about little-documented FFTW_PRESERVE_INPUT which has effect on c2r... | Mark Borgerding | 2010-02-16 |
* | | changed destination argument to reference | Mark Borgerding | 2010-01-22 |
* | | if the src.stride() != 1, then the layout is not continuous -- need to copy t... | Mark Borgerding | 2010-01-22 |
* | | changed FFT function vector and Matrix args to pointer as Benoit suggested | Mark Borgerding | 2010-01-22 |
* | | updated comments and played around with Map | Mark Borgerding | 2010-01-21 |
| * | Silenced type conversion warnings. | Hauke Heibel | 2010-02-03 |
|/ |
|
* | unimportant small fix | Thomas Capricelli | 2010-01-04 |
* | Added to possibility to compile unit tests at maximum warning level. | Hauke Heibel | 2009-12-12 |
* | Adapted a mail from Mark about some design and add it as documentation for | Thomas Capricelli | 2009-11-30 |
* | make the complex module appear in doxygen + small documentation | Thomas Capricelli | 2009-11-10 |
* | make FFT appear in doxygen doc, and provide a mininum of documentation | Thomas Capricelli | 2009-11-10 |
* | added inlines to a bunch of functions | Mark Borgerding | 2009-10-31 |
* | moved real-half-spectrum reflection into Eigen::FFT | Mark Borgerding | 2009-10-30 |
* | moved scaling to Eigen::FFT | Mark Borgerding | 2009-10-30 |
* | inlining,all namespace declaration moved to FFT, removed preprocessor definit... | Mark Borgerding | 2009-10-21 |
* | merge branches | Mark Borgerding | 2009-10-21 |
|\ |
|
* | | renamed 'Traits' to 'Impl', added vim modelines for syntax highlighting | Mark Borgerding | 2009-10-21 |
| * | MatrixBase: | Benoit Jacob | 2009-10-20 |
|/ |
|
* | more work on ei_fftw_impl | Mark Borgerding | 2009-05-31 |
* | added ei_fftw_impl | Mark Borgerding | 2009-05-30 |
* | various comment changes | Mark Borgerding | 2009-05-27 |
* | changed name from simple_fft_traits to ei_kissfft_impl | Mark Borgerding | 2009-05-25 |