aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/redux.cpp
Commit message (Collapse)AuthorAge
* compilation fixesGravatar Gael Guennebaud2009-09-17
|
* * fix super nasty bug: vector.maxCoeff(&index) didn't work when 'vector'Gravatar Benoit Jacob2009-09-16
| | | | | was a row-vector. Fixed by splitting the vector version from the matrix version. * add unit test, the visitors weren't covered by any test!!
* remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
| | | | it never made very precise sense. but now does it still make any?
* * exit Sum.h, exit Prod.h, welcome vectorization of redux() !Gravatar Gael Guennebaud2009-02-12
* add vectorization for minCoeff and maxCoeff