eigen/doc/examples
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
..
class_Block.cpp - expand MathFunctions.h to provide more functions, like exp, log... 2008-03-14 10:38:37 +00:00
class_CwiseBinaryOp.cpp get rid of MatrixRef, simplifications. 2008-03-13 20:36:01 +00:00
class_CwiseUnaryOp.cpp big change: MatrixBase only takes one template parameter "Derived", the 2008-03-10 17:23:11 +00:00
class_Eval.cpp big change: MatrixBase only takes one template parameter "Derived", the 2008-03-10 17:23:11 +00:00
class_FixedBlock.cpp - expand MathFunctions.h to provide more functions, like exp, log... 2008-03-14 10:38:37 +00:00
CMakeLists.txt everything works, make now runs doxygen once and only once, after all 2007-12-21 11:29:04 +00:00