eigen/doc
Benoit Jacob fb3438e609 - expand MathFunctions.h to provide more functions, like exp, log...
- add cwiseExp(), cwiseLog()...
   --> for example, doing a gamma-correction on a bitmap image stored as
       an array of floats is a simple matter of:
         Eigen::Map<VectorXf> m = VectorXf::map(bitmap,size);
         m = m.cwisePow(gamma);
- apidoc improvements, reorganization of the \name's
- remove obsolete examples
- remove EIGEN_ALWAYS_INLINE on lazyProduct(), it seems useless.
2008-03-14 10:38:37 +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 alpha 3.1. in this commit: 2008-01-15 13:55:47 +00:00
example.cpp part 2 of the reorganization. Benefits/changes: 2007-12-28 16:20:00 +00:00
Mainpage.dox big change: MatrixBase only takes one template parameter "Derived", the 2008-03-10 17:23:11 +00:00
tutorial.cpp Patch by Gael Guennebaud: unify fixed-size and dynamic-size Block 2008-02-29 13:56:40 +00:00