index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
product_large.cpp
Commit message (
Expand
)
Author
Age
*
Fixed compilation error with clang.
Benoit Steiner
2016-04-27
*
bug #1144: fix regression in x=y+A*x (aliasing), and move evaluator_traits::A...
Gael Guennebaud
2016-01-09
*
Add a unit test for large chains of products
Gael Guennebaud
2015-10-28
*
Fix a regression when using OpenMP, and fix bug #714: the number of threads m...
Gael Guennebaud
2015-02-18
*
Made the blocking computation aware of the l3 cache
Benoit Steiner
2014-10-15
*
Regression test for bug #714.
Christoph Hertzberg
2014-07-16
*
Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.
Benoit Jacob
2012-07-13
*
add the possibility to configure the maximal matrix size in the unit tests
Gael Guennebaud
2011-07-12
*
bug #86 : use internal:: namespace instead of ei_ prefix
Benoit Jacob
2010-10-25
*
* generalize rowmajor by vector
Gael Guennebaud
2010-07-10
*
bug fix in gemv:
Gael Guennebaud
2010-06-24
*
forgot to include this file in my previous commit
Gael Guennebaud
2010-06-22
*
make the cache size mechanism future proof by adding level 2 parameters
Gael Guennebaud
2010-06-10
*
big huge changes, so i dont remember everything.
Benoit Jacob
2009-10-28
*
kill ei_add_test_multi. Now the macro ei_add_test does all that automatically...
Benoit Jacob
2009-10-19
*
bugfix for a = a * b; when a has to be resized
Gael Guennebaud
2009-07-20
*
remove sentence "Eigen itself is part of the KDE project."
Benoit Jacob
2009-05-22
*
bugfix in DiagonalProduct: a "DiagonalProduct<SomeXpr>" expression
Gael Guennebaud
2008-12-10
*
Update e-mail address
Benoit Jacob
2008-11-24
*
nothing to see here
Gael Guennebaud
2008-08-24
*
bugfix in Product and ei_L2_block_traits
Gael Guennebaud
2008-08-24
*
* remove LargeBit and related stuff
Gael Guennebaud
2008-08-23
*
Optimizations:
Gael Guennebaud
2008-08-01