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.h
Commit message (
Expand
)
Author
Age
*
bug #1741: fix C.noalias() = A*C; with C.innerStride()!=1
Gael Guennebaud
2019-09-10
*
bug #1562: optimize evaluation of small products of the form s*A*B by rewriti...
Gael Guennebaud
2018-07-02
*
add regression test for aliasing in product rewritting
Gael Guennebaud
2017-06-09
*
bug #1283: add regression unit test
Gael Guennebaud
2016-08-31
*
Optimize expression matching "d?=a-b*c" as "d?=a; d?=b*c;"
Gael Guennebaud
2016-08-23
*
Add regression test for nesting type handling in blas_traits
Gael Guennebaud
2016-03-29
*
bug #1166: fix shortcomming in gemv when the destination is not a vector at c...
Gael Guennebaud
2016-02-15
*
bug #1144: fix regression in x=y+A*x (aliasing), and move evaluator_traits::A...
Gael Guennebaud
2016-01-09
*
Implement temporary-free path for "D.nolias() ?= C + A*B". (I thought it was ...
Gael Guennebaud
2015-10-09
*
bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t...
Christoph Hertzberg
2014-12-04
*
Fix bug #822: outer products needed linear access, and add respective unit tests
Gael Guennebaud
2014-09-08
*
Clean source code and unit tests with respect to -Wunused-local-typedefs
Gael Guennebaud
2013-04-10
*
Manual MPL2 relicensing fixes
Benoit Jacob
2012-07-13
*
fix more variable-set-but-not-used warnings on gcc 4.6
Benoit Jacob
2011-10-31
*
the min/max macros to detect unprotected min/max were undefined by some std h...
Gael Guennebaud
2011-08-19
*
bug #86 : use internal:: namespace instead of ei_ prefix
Benoit Jacob
2010-10-25
*
bug fix in gemv:
Gael Guennebaud
2010-06-24
*
Still fixing warnings.
Hauke Heibel
2010-06-20
*
Utilize Index in all unit tests.
Hauke Heibel
2010-06-20
*
implicit conversion to scalar for inner product
Gael Guennebaud
2010-06-02
*
Complete rework of global math functions and NumTraits.
Benoit Jacob
2010-04-28
*
* move dummy_precision and epsilon to NumTraits
Gael Guennebaud
2010-02-10
*
Remove some Array #includes.
Jitse Niesen
2010-01-21
*
merge with default branch
Gael Guennebaud
2009-12-22
|
\
*
|
some compilation fixes
Gael Guennebaud
2009-12-10
|
*
precision ---> dummy_precision
Benoit Jacob
2009-11-26
|
/
*
Adaptions from .lazy() towards .noalias().
Hauke Heibel
2009-08-31
*
big refactoring in Product.h:
Gael Guennebaud
2009-08-05
*
* extended the cache friendly products to support C = alpha * A * M and C += ...
Gael Guennebaud
2009-07-07
*
remove sentence "Eigen itself is part of the KDE project."
Benoit Jacob
2009-05-22
*
Update e-mail address
Benoit Jacob
2008-11-24
*
improve assertion checking in product
Gael Guennebaud
2008-10-25
*
As discussed on ML:
Gael Guennebaud
2008-10-24
*
* remove LargeBit and related stuff
Gael Guennebaud
2008-08-23
*
Optimizations:
Gael Guennebaud
2008-08-01