eigen/Eigen
Benoit Jacob 729618c945 * #define EIGEN_NDEBUG now also disables asserts. Useful
to disable eigen's asserts without disabling one's own program's
  asserts. Notice that Eigen code should now use ei_assert()
  instead of assert().
* Remove findBiggestCoeff() as it's now almost redundant.
* Improve echelon.cpp: inner for loop replaced by xprs.
* remove useless "(*this)." here and there. I think they were
  first introduced by automatic search&replace.
* fix compilation in Visitor.h (issue triggered by echelon.cpp)
* improve comment on swap().
2008-03-26 08:48:04 +00:00
..
src * #define EIGEN_NDEBUG now also disables asserts. Useful 2008-03-26 08:48:04 +00:00
CMakeLists.txt part 2 of the reorganization. Benefits/changes: 2007-12-28 16:20:00 +00:00
Core * Added a generic *redux* mini framework allowing custom redux operations 2008-03-16 14:36:25 +00:00