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_notemporary.cpp
Commit message (
Expand
)
Author
Age
*
Fix regression: .conjugate() was popped out but not re-introduced.
Gael Guennebaud
2019-02-18
*
Set cost of conjugate to 0 (in practice it boils down to a no-op).
Gael Guennebaud
2019-02-18
*
GEMM: catch all scalar-multiple variants when falling-back to a coeff-based p...
Gael Guennebaud
2019-02-18
*
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLAR...
Gael Guennebaud
2018-07-17
*
Remove local Index typedef from unit-tests
Gael Guennebaud
2018-07-12
*
Introduce the macro ei_declare_local_nested_eval to help allocating on the st...
Gael Guennebaud
2018-07-09
*
bug #1435: fix aliasing issue in exressions like: A = C - B*A;
Gael Guennebaud
2017-06-08
*
Fix a performance regression in (mat*mat)*vec for which mat*mat was evaluated...
Gael Guennebaud
2016-11-30
*
Optimize expression matching "d?=a-b*c" as "d?=a; d?=b*c;"
Gael Guennebaud
2016-08-23
*
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
*
Fix nesting sub-expression in outer-products
Gael Guennebaud
2015-10-08
*
Fix a nesting issue in some matrix-vector cases.
Gael Guennebaud
2015-10-08
*
Factorize VERIFY_EVALUATION_COUNT in unit tests
Gael Guennebaud
2015-06-19
*
Workaround dead store warnings in unit tests.
Gael Guennebaud
2015-02-18
*
merge with default branch
Gael Guennebaud
2014-07-10
|
\
|
*
Fix many long to int implicit conversions
Gael Guennebaud
2014-07-08
*
|
Add evaluator shortcut for triangular ?= product
Gael Guennebaud
2014-02-18
|
/
*
Workaround a bunch of stupid warnings in unit tests
Gael Guennebaud
2013-06-23
*
Add temporary check for triangularView += product
Gael Guennebaud
2013-04-10
*
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
*
now gemv supports strides
Gael Guennebaud
2011-01-30
*
rename macro
Benoit Jacob
2010-12-25
*
bug #54 - really fix const correctness except in Sparse
Benoit Jacob
2010-12-22
*
bug #86 : use internal:: namespace instead of ei_ prefix
Benoit Jacob
2010-10-25
*
extend product unit tests
Gael Guennebaud
2010-07-07
*
unit test fix for default to row major
Gael Guennebaud
2010-06-24
*
Still fixing warnings.
Hauke Heibel
2010-06-20
*
Utilize Index in all unit tests.
Hauke Heibel
2010-06-20
*
* implement the corner() API change: new methods topLeftCorner() etc
Benoit Jacob
2010-04-22
*
fix ei_blas_traits directaccess check: in the case of vectors, having a nontr...
Benoit Jacob
2010-04-16
*
* add some 1x1 tests
Benoit Jacob
2010-04-16
*
* Refactoring of the class hierarchy: introduction of DenseDirectAccessBase, ...
Benoit Jacob
2010-04-16
*
fix a couple of ICE with gcc 4.0.1
Gael Guennebaud
2010-02-12
*
Fixed notemporary unit test.
Hauke Heibel
2010-02-11
*
Fixed warning.
Hauke Heibel
2010-02-10
*
Deactivated test which requires variadic macros.
Hauke Heibel
2010-02-09
*
Regression tests for number of nested temporaries.
Hauke Heibel
2010-02-09
*
add accessors to coeff based product
Gael Guennebaud
2010-02-09
*
Remove some Array #includes.
Jitse Niesen
2010-01-21
*
remove the Triangular suffix to Upper, Lower, UnitLower, etc,
Gael Guennebaud
2010-01-07
*
finally add a Array class with storage via the introduction of a DenseStorage...
Gael Guennebaud
2009-12-17
*
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
*
move eigen values related stuff of the QR module to a new EigenSolver module.
Gael Guennebaud
2009-09-03
*
Remove last lazyness warnings.
Hauke Heibel
2009-09-02
*
fix issue #47: now m.noalias() = XXX properly resize m if needed
Gael Guennebaud
2009-09-01
*
As proposed on the list:
Gael Guennebaud
2009-08-15
*
overload operartor* with a ProductBase such that "scalar * (mat * mat)" is op...
Gael Guennebaud
2009-08-11
[next]