From 24fd14dab62b66a1762ce72bbb117df3726edf1d Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Mon, 12 Jan 2009 16:14:13 +0000 Subject: [PATCH] * minor dox tweaks * pretext to bump to beta6 --- CMakeLists.txt | 2 +- doc/FixedSizeVectorizable.dox | 2 ++ doc/StlContainers.dox | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 41d30c1c5..dd74b7674 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ project(Eigen) -set(EIGEN_VERSION_NUMBER "2.0-beta5") +set(EIGEN_VERSION_NUMBER "2.0-beta6") #if the svnversion program is absent, this will leave the SVN_REVISION string empty, #but won't stop CMake. diff --git a/doc/FixedSizeVectorizable.dox b/doc/FixedSizeVectorizable.dox index f53a6ef02..6793bd921 100644 --- a/doc/FixedSizeVectorizable.dox +++ b/doc/FixedSizeVectorizable.dox @@ -18,6 +18,8 @@ Examples include: \li Eigen::Matrix4f \li Eigen::Transform3d \li Eigen::Transform3f +\li Eigen::Quaterniond +\li Eigen::Quaternionf \section explanation Explanation diff --git a/doc/StlContainers.dox b/doc/StlContainers.dox index 07420ab28..433ae8a72 100644 --- a/doc/StlContainers.dox +++ b/doc/StlContainers.dox @@ -14,7 +14,7 @@ Using STL containers on \ref FixedSizeVectorizable "fixed-size vectorizable Eige \li A 16-byte-aligned allocator must be used. Eigen does provide one ready for use: aligned_allocator. \li If you want to use the std::vector container, you need to #include . -These issues happen only with \ref FixedSizeVectorizable "fixed-size vectorizable Eigen types". For other Eigen types, such as Vector3f or MatrixXd, no special care is needed when using STL containers. +These issues arise only with \ref FixedSizeVectorizable "fixed-size vectorizable Eigen types". For other Eigen types, such as Vector3f or MatrixXd, no special care is needed when using STL containers. \section allocator Using an aligned allocator