mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-02-17 18:09:55 +08:00
- 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. |
||
---|---|---|
.. | ||
class_Block.cpp | ||
class_CwiseBinaryOp.cpp | ||
class_CwiseUnaryOp.cpp | ||
class_Eval.cpp | ||
class_FixedBlock.cpp | ||
CMakeLists.txt |