| Commit message (Expand) | Author | Age |
* | added FindFFTW, but I don't think it's right yet | Mark Borgerding | 2009-06-10 |
* | 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 |
* | added real-optimized inverse FFT (NFFT must be multiple of 4) | Mark Borgerding | 2009-05-25 |
* | refactored ei_kissfft_impl to maintain a cache of cpx fft plans | Mark Borgerding | 2009-05-25 |
* | changed name from simple_fft_traits to ei_kissfft_impl | Mark Borgerding | 2009-05-25 |
* | added FFT inverse complex-to-scalar interface (not yet optimized) | Mark Borgerding | 2009-05-23 |
* | scalar forward FFT optimized for even size, converts to cpx for odd | Mark Borgerding | 2009-05-23 |
* | started real optimization, added benchmark for FFT | Mark Borgerding | 2009-05-23 |
* | added non-optimized real forward fft (no inverse yet) | Mark Borgerding | 2009-05-22 |
* | indent level change | Mark Borgerding | 2009-05-19 |
* | removed unused code | Mark Borgerding | 2009-05-19 |
* | initial pass of FFT module -- includes complex 1-d case only | Mark Borgerding | 2009-05-19 |
* | Evaluate argument of matrix exponential only once. | Jitse Niesen | 2009-05-18 |
* | fix compilation with ICC | Gael Guennebaud | 2009-05-18 |
* | fix #3, remove inline keywords in QtAlignedMalloc (MSVC fix) | Gael Guennebaud | 2009-05-18 |
* | fix #1 : need to nest by value the affine part in homogeneous product | Gael Guennebaud | 2009-05-18 |
* | fix bug reported by Moritz Lenz about random setter | Gael Guennebaud | 2009-05-18 |
* | Fix compilation error in createRandomMatrixOfRank() | Jitse Niesen | 2009-05-17 |
* | * introduced method createRandomMatrixOfRank (R = U*D*V where U,V unitary, D ... | Hauke Heibel | 2009-05-17 |
* | fix #2, bug in Diagonal::MaxRowsAtCompileTime when Index==Dynamic | Benoit Jacob | 2009-05-17 |
* | * added missing project definition (see doc of add_subdirectory and EXCLUDE_F... | Hauke Heibel | 2009-05-17 |
* | Added tag after-hg-migration for changeset cd6c258f44faa239441a1c22ed30cc23b6... | Thomas Capricelli | 2009-05-16 |
* | Fix a previous mistake in moving the 2.0-beta5 in svn for some last-minute | Thomas Capricelli | 2009-05-16 |
* | Remove this old file. It was stalling in history because of a bug in svn, | Thomas Capricelli | 2009-05-16 |
* | update tags | convert-repo | 2009-05-16 |
* | simplification (no reason anymore to write that in that convoluted way) | Benoit Jacob | 2009-05-15 |
* | argh, forgot to re-add the throw() | Benoit Jacob | 2009-05-15 |
* | * fix bugs in EigenTesting.cmake: it didn't work with -DEIGEN_NO_ASSERTION_CH... | Benoit Jacob | 2009-05-15 |
* | add partial-pivoting LU decomposition | Benoit Jacob | 2009-05-13 |
* | enable testing of complex numbers for taucs | Gael Guennebaud | 2009-05-12 |
* | fix adolc unit test for dynamic sizes | Gael Guennebaud | 2009-05-12 |
* | compilation fixes | Gael Guennebaud | 2009-05-12 |
* | various minor updates of some unit tests | Gael Guennebaud | 2009-05-11 |
* | bugfix from Jens Mueller (s/RowMajor/IsRowMajor) | Gael Guennebaud | 2009-05-11 |
* | constant Diagonal ---> DiagonalBits | Benoit Jacob | 2009-05-10 |
* | CREDIT Hauke Heibel, fix MSVC warnings | Benoit Jacob | 2009-05-09 |
* | *make coeff() return a const reference (required with the recent change with ... | Benoit Jacob | 2009-05-09 |
* | result of our experiments with LU tuning: implement very simple formula, that | Benoit Jacob | 2009-05-07 |
* | apply patch from Hauke Heibel cleaning overloaded operator new/detete | Gael Guennebaud | 2009-05-07 |
* | oops, didn't want to commit that | Benoit Jacob | 2009-05-07 |
* | CREDIT Hauke Heibel, more std::vector::insert fixes | Benoit Jacob | 2009-05-07 |
* | CREDIT Hauke Heibel, windows compatibility fixes in MatrixExponential | Benoit Jacob | 2009-05-07 |
* | forgot a svn add CMakeLists.txt | Gael Guennebaud | 2009-05-07 |
* | fix realloc when initial size was 0 (bug reported by Jens Mueller) | Gael Guennebaud | 2009-05-07 |
* | *add missing overloads of setZero, etc... that were mentioned in the tutorial | Benoit Jacob | 2009-05-06 |
* | add copyright on two public headers that are not so trivial... | Benoit Jacob | 2009-05-06 |
* | add missing function, thanks to Hauke Heibel | Benoit Jacob | 2009-05-06 |
* | one more gcc 3.3 fix | Gael Guennebaud | 2009-05-06 |