aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/visitor.cpp
Commit message (Expand)AuthorAge
* Add NaN propagation options to minCoeff/maxCoeff visitors.Gravatar Rasmus Munk Larsen2021-03-16
* 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
* Add regression unit test for prod.maxCoeff(i)Gravatar Gael Guennebaud2015-11-18
* Fix visitor unit test.Gravatar Gael Guennebaud2013-02-25
* Check that minCoeff(int*)/maxCoeff(int*) always pick the first entry in case ...Gravatar Gael Guennebaud2013-01-05
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* the Index types change.Gravatar Benoit Jacob2010-05-30
* big huge changes, so i dont remember everything.Gravatar Benoit Jacob2009-10-28
* More warning fixes.Gravatar Hauke Heibel2009-10-14
* * fix super nasty bug: vector.maxCoeff(&index) didn't work when 'vector'Gravatar Benoit Jacob2009-09-16