eigen/doc
Benoit Jacob c9b0dcd733 look at that subtle difference in Product.h...
the cacheOptimal is only good for large enough matrices.
When taking a block in a fixed-size (hence small) matrix,
the SizeAtCompileTime is Dynamic hence that's not a good
indicator. This example shows that the good indicator is
MaxSizeAtCompileTime.
Result: +10% speed in echelon.cpp
2008-03-26 09:29:29 +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 look at that subtle difference in Product.h... 2008-03-26 09:29:29 +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