aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/product_small.cpp
Commit message (Expand)AuthorAge
* Eliminate boolean product warnings by factoring out aGravatar Christoph Hertzberg2021-01-05
* Extend support for Packet16b:Gravatar Rasmus Munk Larsen2020-04-28
* Remove usage of #if EIGEN_TEST_PART_XX in unit tests that does not require th...Gravatar Gael Guennebaud2018-07-17
* Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLAR...Gravatar Gael Guennebaud2018-07-17
* bug #1311: fix alignment logic in some cases of (scalar*small).lazyProduct(sm...Gravatar Gael Guennebaud2016-09-26
* Fix alignement of statically allocated temporaries in gemv.Gravatar Gael Guennebaud2016-09-17
* Fix vectorization logic for coeff-based product for some corner cases.Gravatar Gael Guennebaud2016-07-31
* Extend unit test of coeff-based product to check many more combinationsGravatar Gael Guennebaud2015-12-08
* prevent stack overflow in unit testGravatar Gael Guennebaud2015-11-05
* Add a unit test for large chains of productsGravatar Gael Guennebaud2015-10-28
* Fix missing evaluator in outer-productGravatar Gael Guennebaud2015-01-13
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* Fix infinite recursion in ProductBase::coeff() (bug #447)Gravatar Jitse Niesen2012-04-18
* big huge changes, so i dont remember everything.Gravatar Benoit Jacob2009-10-28
* kill ei_add_test_multi. Now the macro ei_add_test does all that automatically...Gravatar Benoit Jacob2009-10-19
* better fix for (v * v') * v, we still have to find a way to reorder itGravatar Gael Guennebaud2009-10-01
* remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* Update e-mail addressGravatar Benoit Jacob2008-11-24
* improve assertion checking in productGravatar Gael Guennebaud2008-10-25
* * bug fixes in: Dot, generalized eigen problem, singular matrix detetection ...Gravatar Gael Guennebaud2008-08-23
* Optimizations:Gravatar Gael Guennebaud2008-08-01