aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/product.h
Commit message (Expand)AuthorAge
* bug #1741: fix C.noalias() = A*C; with C.innerStride()!=1Gravatar Gael Guennebaud2019-09-10
* bug #1562: optimize evaluation of small products of the form s*A*B by rewriti...Gravatar Gael Guennebaud2018-07-02
* add regression test for aliasing in product rewrittingGravatar Gael Guennebaud2017-06-09
* bug #1283: add regression unit testGravatar Gael Guennebaud2016-08-31
* Optimize expression matching "d?=a-b*c" as "d?=a; d?=b*c;"Gravatar Gael Guennebaud2016-08-23
* Add regression test for nesting type handling in blas_traitsGravatar Gael Guennebaud2016-03-29
* bug #1166: fix shortcomming in gemv when the destination is not a vector at c...Gravatar Gael Guennebaud2016-02-15
* bug #1144: fix regression in x=y+A*x (aliasing), and move evaluator_traits::A...Gravatar Gael Guennebaud2016-01-09
* Implement temporary-free path for "D.nolias() ?= C + A*B". (I thought it was ...Gravatar Gael Guennebaud2015-10-09
* bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t...Gravatar Christoph Hertzberg2014-12-04
* Fix bug #822: outer products needed linear access, and add respective unit testsGravatar Gael Guennebaud2014-09-08
* Clean source code and unit tests with respect to -Wunused-local-typedefsGravatar Gael Guennebaud2013-04-10
* Manual MPL2 relicensing fixesGravatar Benoit Jacob2012-07-13
* fix more variable-set-but-not-used warnings on gcc 4.6Gravatar Benoit Jacob2011-10-31
* the min/max macros to detect unprotected min/max were undefined by some std h...Gravatar Gael Guennebaud2011-08-19
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* bug fix in gemv:Gravatar Gael Guennebaud2010-06-24
* Still fixing warnings.Gravatar Hauke Heibel2010-06-20
* Utilize Index in all unit tests.Gravatar Hauke Heibel2010-06-20
* implicit conversion to scalar for inner productGravatar Gael Guennebaud2010-06-02
* Complete rework of global math functions and NumTraits.Gravatar Benoit Jacob2010-04-28
* * move dummy_precision and epsilon to NumTraitsGravatar Gael Guennebaud2010-02-10
* Remove some Array #includes.Gravatar Jitse Niesen2010-01-21
* merge with default branchGravatar Gael Guennebaud2009-12-22
|\
* | some compilation fixesGravatar Gael Guennebaud2009-12-10
| * precision ---> dummy_precisionGravatar Benoit Jacob2009-11-26
|/
* Adaptions from .lazy() towards .noalias().Gravatar Hauke Heibel2009-08-31
* big refactoring in Product.h:Gravatar Gael Guennebaud2009-08-05
* * extended the cache friendly products to support C = alpha * A * M and C += ...Gravatar Gael Guennebaud2009-07-07
* 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
* As discussed on ML:Gravatar Gael Guennebaud2008-10-24
* * remove LargeBit and related stuffGravatar Gael Guennebaud2008-08-23
* Optimizations:Gravatar Gael Guennebaud2008-08-01