eigen/doc
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
..
examples - expand MathFunctions.h to provide more functions, like exp, log... 2008-03-14 10:38:37 +00:00
snippets Removed Column and Row in favor of Block 2008-03-12 18:10:52 +00:00
CMakeLists.txt everything works, make now runs doxygen once and only once, after all 2007-12-21 11:29:04 +00:00
Doxyfile.in - expand MathFunctions.h to provide more functions, like exp, log... 2008-03-14 10:38:37 +00:00
echelon.cpp * #define EIGEN_NDEBUG now also disables asserts. Useful 2008-03-26 08:48:04 +00:00
example.cpp part 2 of the reorganization. Benefits/changes: 2007-12-28 16:20:00 +00:00
Mainpage.dox * cleanup: in public api docs, don't put \sa links to \internal things. 2008-03-17 07:35:22 +00:00
tutorial.cpp Patch by Gael Guennebaud: unify fixed-size and dynamic-size Block 2008-02-29 13:56:40 +00:00