mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-10 10:49:04 +08:00
* minor dox tweaks
* pretext to bump to beta6
This commit is contained in:
parent
4d44ca226e
commit
24fd14dab6
@ -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.
|
||||
|
@ -18,6 +18,8 @@ Examples include:
|
||||
\li Eigen::Matrix4f
|
||||
\li Eigen::Transform3d
|
||||
\li Eigen::Transform3f
|
||||
\li Eigen::Quaterniond
|
||||
\li Eigen::Quaternionf
|
||||
|
||||
\section explanation Explanation
|
||||
|
||||
|
@ -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 <Eigen/StdVector>.
|
||||
|
||||
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user