aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/product_large.cpp
Commit message (Expand)AuthorAge
* Fixed performance issues for complex VSX and P10 MMA in gebp_kernel (level 3).Gravatar Chip Kerchner2021-03-25
* Add explicit regression test for bug #1622Gravatar Gael Guennebaud2018-11-16
* 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 #1562: optimize evaluation of small products of the form s*A*B by rewriti...Gravatar Gael Guennebaud2018-07-02
* Fixed compilation error with clang.Gravatar Benoit Steiner2016-04-27
* bug #1144: fix regression in x=y+A*x (aliasing), and move evaluator_traits::A...Gravatar Gael Guennebaud2016-01-09
* Add a unit test for large chains of productsGravatar Gael Guennebaud2015-10-28
* Fix a regression when using OpenMP, and fix bug #714: the number of threads m...Gravatar Gael Guennebaud2015-02-18
* Made the blocking computation aware of the l3 cacheGravatar Benoit Steiner2014-10-15
* Regression test for bug #714.Gravatar Christoph Hertzberg2014-07-16
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* add the possibility to configure the maximal matrix size in the unit testsGravatar Gael Guennebaud2011-07-12
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* * generalize rowmajor by vectorGravatar Gael Guennebaud2010-07-10
* bug fix in gemv:Gravatar Gael Guennebaud2010-06-24
* forgot to include this file in my previous commitGravatar Gael Guennebaud2010-06-22
* make the cache size mechanism future proof by adding level 2 parametersGravatar Gael Guennebaud2010-06-10
* 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
* bugfix for a = a * b; when a has to be resizedGravatar Gael Guennebaud2009-07-20
* remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* bugfix in DiagonalProduct: a "DiagonalProduct<SomeXpr>" expressionGravatar Gael Guennebaud2008-12-10
* Update e-mail addressGravatar Benoit Jacob2008-11-24
* nothing to see hereGravatar Gael Guennebaud2008-08-24
* bugfix in Product and ei_L2_block_traitsGravatar Gael Guennebaud2008-08-24
* * remove LargeBit and related stuffGravatar Gael Guennebaud2008-08-23
* Optimizations:Gravatar Gael Guennebaud2008-08-01