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. |
||
---|---|---|
.. | ||
examples | ||
snippets | ||
CMakeLists.txt | ||
Doxyfile.in | ||
echelon.cpp | ||
example.cpp | ||
Mainpage.dox | ||
tutorial.cpp |