aboutsummaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
Commit message (Expand)AuthorAge
* add mandelbrot demoGravatar Benoit Jacob2008-06-28
* * implement slice vectorization. Because it uses unalignedGravatar Benoit Jacob2008-06-22
* Add QR and Cholesky module instantiations in the lib.Gravatar Gael Guennebaud2008-06-14
* added an *optional* Eigen2 dynamic library.Gravatar Gael Guennebaud2008-05-31
* * find the proper way of nesting the expression in Flagged:Gravatar Benoit Jacob2008-05-28
* - introduce Part and Extract classes, splitting and extending the formerGravatar Benoit Jacob2008-05-27
* * Patch by Konstantinos Margaritis: AltiVec vectorization.Gravatar Benoit Jacob2008-05-03
* - cleaner use of OpenMP (no code duplication anymore)Gravatar Benoit Jacob2008-04-11
* * add typedefs for matrices/vectors with LargeBitGravatar Benoit Jacob2008-04-10
* part 2 of the reorganization. Benefits/changes:Gravatar Benoit Jacob2007-12-28
* rename src/ to Eigen/ so that we're able to #include<Eigen/Core.h>Gravatar Benoit Jacob2007-12-20
* play with inlining to get better performance when the compiler is not asked t...Gravatar Benoit Jacob2007-12-11
* Fix damage done by automatic search-and-replaceGravatar Benoit Jacob2007-11-25
* Democracy 1 - 0 DictatorshipGravatar Benoit Jacob2007-10-11
* make matrix multiplication do immediate evaluation; add lazyMul() for the old...Gravatar Benoit Jacob2007-09-29
* add operator *= between matrices, with automatic aliasing.Gravatar Benoit Jacob2007-09-07
* add a missing operator= for copying a matrix into an expression.Gravatar Benoit Jacob2007-09-05
* Hello, World!Gravatar Benoit Jacob2007-09-05
* restart Eigen2 development from scratch.Gravatar Benoit Jacob2007-09-01
* more cmake improvements; start removing the autotools stuff.Gravatar Benoit Jacob2007-06-07
* More cleanup, add CMakeLists for the testsuite. Now need to port itGravatar Benoit Jacob2007-05-31
* Convert 5 m4 checks to cmake modulesGravatar Benoit Jacob2007-05-30
* add initial CMakeListsGravatar Benoit Jacob2007-05-30