Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | bug #383 - EIGEN_ASM_COMMENT broken in C++11 | Marc Glisse | 2011-11-26 |
| | | | | this is due to the new user-defined literals syntax. | ||
* | BTL: add eigen2 backend | Gael Guennebaud | 2011-03-23 |
| | |||
* | BTL: do not enable GOTO1 if GOTO2 was found | Gael Guennebaud | 2011-03-23 |
| | |||
* | fix tridiagonalization action | Gael Guennebaud | 2011-03-23 |
| | |||
* | BTL: by default use current Eigen headers, and disable the novec version | Gael Guennebaud | 2011-03-23 |
| | |||
* | BTL: add a Eigen-blas backend | Gael Guennebaud | 2011-03-23 |
| | |||
* | BTL: clean the BLAS implementation | Gael Guennebaud | 2011-03-23 |
| | |||
* | BTL: rm stupid backends | Gael Guennebaud | 2011-03-23 |
| | |||
* | update plot settings | Gael Guennebaud | 2011-03-23 |
| | |||
* | update aat action to do a syrk operation, and remove (comment) ata action | Gael Guennebaud | 2011-03-23 |
| | |||
* | BTl: GMM++ LU is not a full pivoting LU | Gael Guennebaud | 2011-03-22 |
| | |||
* | fix bug #189 (issue with fortran concentions to return COMPLEX values) | Gael Guennebaud | 2011-02-18 |
| | |||
* | clean the script to generate the plots | Gael Guennebaud | 2011-01-31 |
| | |||
* | include cblas.h header file to ease configuration | Gael Guennebaud | 2011-01-31 |
| | |||
* | fix name collision | Gael Guennebaud | 2011-01-31 |
| | |||
* | add GOTO2 and clean a bit the cmake macros | Gael Guennebaud | 2011-01-31 |
| | |||
* | fix BTL cholesky action and output errors if the factorization failed | Gael Guennebaud | 2011-01-28 |
| | |||
* | improve automatic handling of gotoblas and atlas | Gael Guennebaud | 2011-01-26 |
| | |||
* | always link to gfortran for gotoblas, it seems to be harmless for 1.x but ↵ | Gael Guennebaud | 2011-01-26 |
| | | | | needed for 2.x | ||
* | finish the move to Eigen3 in BTL, and let's use our own FindEigen3.cmake script | Gael Guennebaud | 2011-01-26 |
| | |||
* | pass to eigen3 ;) | Gael Guennebaud | 2011-01-26 |
| | |||
* | fix compilation | Gael Guennebaud | 2011-01-26 |
| | |||
* | update FindMKL to match the default installation behavior of MKL 11 | Gael Guennebaud | 2011-01-26 |
| | |||
* | bug #86 : use internal:: namespace instead of ei_ prefix | Benoit Jacob | 2010-10-25 |
| | |||
* | rename PlanarRotation -> JacobiRotation | Benoit Jacob | 2010-10-19 |
| | |||
* | finish/fix level1 blas, all test pass | Gael Guennebaud | 2010-07-17 |
| | |||
* | fix compilation of blas lib | Gael Guennebaud | 2010-07-16 |
| | |||
* | check for !x86 platforms, otherwise the BTL benchmark doesn't compile on ↵ | Konstantinos Margaritis | 2010-07-05 |
| | | | | arm/powerpc | ||
* | email change | Gael Guennebaud | 2010-06-24 |
| | |||
* | btl: add a trmm action and update eigen interface | Gael Guennebaud | 2010-06-23 |
| | |||
* | BTL: allow to bench real time | Gael Guennebaud | 2010-02-26 |
| | |||
* | fix some BTL issues | Gael Guennebaud | 2010-02-26 |
| | |||
* | update BTL (better timer, eigen2 => eigen3, etc) | Gael Guennebaud | 2010-02-23 |
| | |||
* | fix BTL's eigen interface | Gael Guennebaud | 2010-02-22 |
| | | | | | (transplanted from 437f40acc1cbd9ce2f2a2a3f413cae3a5b35f8fb ) | ||
* | Big renaming: | Benoit Jacob | 2010-01-04 |
| | | | | | | start ---> head end ---> tail Much frustration with sed syntax. Need to learn perl some day. | ||
* | * Fix bug #79: ei_alignmentOffset was assuming that ptr is multiple of | Benoit Jacob | 2010-01-02 |
| | | | | | | | sizeof(Scalar), and that assumption breaks with double on linux x86-32. * Rename ei_alignmentOffset to ei_first_aligned * Rewrite its documentation and part of its body * The variant taking a MatrixBase doesn't need a separate size argument. | ||
* | big huge changes, so i dont remember everything. | Benoit Jacob | 2009-10-28 |
| | | | | | | | | | | * renaming, e.g. LU ---> FullPivLU * split tests framework: more robust, e.g. dont generate empty tests if a number is skipped * make all remaining tests use that splitting, as needed. * Fix 4x4 inversion (see stable branch) * Transform::inverse() and geo_transform test : adapt to new inverse() API, it was also trying to instantiate inverse() for 3x4 matrices. * CMakeLists: more robust regexp to parse the version number * misc fixes in unit tests | ||
* | add a "rot" benchmark in BTL | Gael Guennebaud | 2009-08-15 |
| | |||
* | add ger and lu with partial pivoting in BTL | Gael Guennebaud | 2009-08-04 |
| | |||
* | * Bye bye MultiplierBase, extend a bit AnyMatrixBase to allow =, +=, and -= | Gael Guennebaud | 2009-08-03 |
| | | | | * This probably makes ReturnByValue needless | ||
* | compilation fixes in BTL | Gael Guennebaud | 2009-07-28 |
| | |||
* | add a partial LU bench in BTL | Gael Guennebaud | 2009-06-04 |
| | |||
* | various BTL updates (disable Cholesky for MTL, add new plot settings, | Gael Guennebaud | 2009-03-09 |
| | | | | etc) | ||
* | forgot to include a file in previous commit | Gael Guennebaud | 2009-03-09 |
| | |||
* | add an option to bench eigen without GCC's auto vec (might conflict with | Gael Guennebaud | 2009-03-09 |
| | | | | Eigen's auto vec) | ||
* | BTL: add syr2 action | Gael Guennebaud | 2009-03-05 |
| | |||
* | BTL: - patch from Victor (add ACML support) | Gael Guennebaud | 2009-03-05 |
| | | | | - fix overflow issues | ||
* | various update of of BTL | Gael Guennebaud | 2009-03-04 |
| | |||
* | add symv bench | Gael Guennebaud | 2009-02-20 |
| | |||
* | s/cholesky/llt in precompiled lib and BTL | Gael Guennebaud | 2009-02-06 |
| |