index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
redux.cpp
Commit message (
Expand
)
Author
Age
*
Refactoring of the cost model:
Gael Guennebaud
2015-10-28
*
Fix false negative in redux test
Gael Guennebaud
2015-10-27
*
bug #1090: fix a shortcoming in redux logic for which slice-vectorization plu...
Gael Guennebaud
2015-10-21
*
Implement temporary-free path for "D.nolias() ?= C + A*B". (I thought it was ...
Gael Guennebaud
2015-10-09
*
Add unit test to check nesting of complex expressions in redux()
Gael Guennebaud
2015-10-09
*
Add no_assignment_operator to a few classes that must not be assigned, and fi...
Gael Guennebaud
2013-07-10
*
Introduce a TEST_SET_BUT_UNUSED_VARIABLE macro for initialized but unused var...
Gael Guennebaud
2013-06-25
*
Workaround a bunch of stupid warnings in unit tests
Gael Guennebaud
2013-06-23
*
Fix bug #314: move remaining math functions from internal to numext namespace
Gael Guennebaud
2013-06-10
*
Fix bug #314:
Gael Guennebaud
2012-11-06
*
Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.
Benoit Jacob
2012-07-13
*
Fix failures in redux test caused by underflow in .prod() test.
Jitse Niesen
2011-08-21
*
the min/max macros to detect unprotected min/max were undefined by some std h...
Gael Guennebaud
2011-08-19
*
add the possibility to configure the maximal matrix size in the unit tests
Gael Guennebaud
2011-07-12
*
Use absolute error to test sum in which cancellation may occur.
Jitse Niesen
2011-02-25
*
bug #86 : use internal:: namespace instead of ei_ prefix
Benoit Jacob
2010-10-25
*
fix sum()/prod() on empty matrix making sure this does not affect fixed sized...
Gael Guennebaud
2010-07-16
*
Relaxed precision test.
Hauke Heibel
2010-07-04
*
Still fixing warnings.
Hauke Heibel
2010-06-20
*
Fix compilation of some tests as well as more warnings.
Hauke Heibel
2010-06-20
*
Utilize Index in all unit tests.
Hauke Heibel
2010-06-20
*
add regression test for previous fix
Gael Guennebaud
2010-05-13
*
Silenced type conversion warnings.
Hauke Heibel
2010-02-03
*
One warning less...
Hauke Heibel
2010-01-30
*
Adapted mean to work with complex numbers.
Hauke Heibel
2010-01-29
*
Big renaming:
Benoit Jacob
2010-01-04
*
big huge changes, so i dont remember everything.
Benoit Jacob
2009-10-28
*
compilation fixes
Gael Guennebaud
2009-09-17
*
* fix super nasty bug: vector.maxCoeff(&index) didn't work when 'vector'
Benoit Jacob
2009-09-16
*
remove sentence "Eigen itself is part of the KDE project."
Benoit Jacob
2009-05-22
*
* exit Sum.h, exit Prod.h, welcome vectorization of redux() !
Gael Guennebaud
2009-02-12