* move memory related stuff to util/Memory.h

* clean ugly doxygen inheritence of expressions
* keep improving the documentation... slowly !
This commit is contained in:
Gael Guennebaud
2008-08-26 19:12:23 +00:00
parent 3e526dcdbd
commit 00a8d314c5
35 changed files with 445 additions and 188 deletions

View File

@@ -15,8 +15,8 @@ namespace Eigen {
* - 2D and 3D rotations
* - quaternions
* - \ref MatrixBase::cross() "cross product"
* - \ref MatrixBase::someOrthognal() "orthognal vector generation"
*
* - \ref MatrixBase::unitOrthogonal() "orthognal vector generation"
*
* \code
* #include <Eigen/Geometry>
* \endcode