aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/redux.cpp
Commit message (Expand)AuthorAge
* Fix bug in partial reduction of expressions requiring evaluationGravatar Eugene Zhulenev2018-10-10
* Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLAR...Gravatar Gael Guennebaud2018-07-17
* Remove local Index typedef from unit-testsGravatar Gael Guennebaud2018-07-12
* bug #1449: fix redux_3 unit testGravatar Gael Guennebaud2017-08-22
* Fix tracking of temporaries in unit testsGravatar Gael Guennebaud2017-02-19
* Refactoring of the cost model:Gravatar Gael Guennebaud2015-10-28
* Fix false negative in redux testGravatar Gael Guennebaud2015-10-27
* bug #1090: fix a shortcoming in redux logic for which slice-vectorization plu...Gravatar Gael Guennebaud2015-10-21
* Implement temporary-free path for "D.nolias() ?= C + A*B". (I thought it was ...Gravatar Gael Guennebaud2015-10-09
* Add unit test to check nesting of complex expressions in redux()Gravatar Gael Guennebaud2015-10-09
* Add no_assignment_operator to a few classes that must not be assigned, and fi...Gravatar Gael Guennebaud2013-07-10
* Introduce a TEST_SET_BUT_UNUSED_VARIABLE macro for initialized but unused var...Gravatar Gael Guennebaud2013-06-25
* Workaround a bunch of stupid warnings in unit testsGravatar Gael Guennebaud2013-06-23
* Fix bug #314: move remaining math functions from internal to numext namespaceGravatar Gael Guennebaud2013-06-10
* Fix bug #314:Gravatar Gael Guennebaud2012-11-06
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* Fix failures in redux test caused by underflow in .prod() test.Gravatar Jitse Niesen2011-08-21
* the min/max macros to detect unprotected min/max were undefined by some std h...Gravatar Gael Guennebaud2011-08-19
* add the possibility to configure the maximal matrix size in the unit testsGravatar Gael Guennebaud2011-07-12
* Use absolute error to test sum in which cancellation may occur.Gravatar Jitse Niesen2011-02-25
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* fix sum()/prod() on empty matrix making sure this does not affect fixed sized...Gravatar Gael Guennebaud2010-07-16
* Relaxed precision test.Gravatar Hauke Heibel2010-07-04
* Still fixing warnings.Gravatar Hauke Heibel2010-06-20
* Fix compilation of some tests as well as more warnings.Gravatar Hauke Heibel2010-06-20
* Utilize Index in all unit tests.Gravatar Hauke Heibel2010-06-20
* add regression test for previous fixGravatar Gael Guennebaud2010-05-13
* Silenced type conversion warnings.Gravatar Hauke Heibel2010-02-03
* One warning less...Gravatar Hauke Heibel2010-01-30
* Adapted mean to work with complex numbers.Gravatar Hauke Heibel2010-01-29
* Big renaming:Gravatar Benoit Jacob2010-01-04
* big huge changes, so i dont remember everything.Gravatar Benoit Jacob2009-10-28
* compilation fixesGravatar Gael Guennebaud2009-09-17
* * fix super nasty bug: vector.maxCoeff(&index) didn't work when 'vector'Gravatar Benoit Jacob2009-09-16
* remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* * exit Sum.h, exit Prod.h, welcome vectorization of redux() !Gravatar Gael Guennebaud2009-02-12