clarify docs as requested on forum

This commit is contained in:
Benoit Jacob
2010-01-02 12:55:32 -05:00
parent 25f8adfa6c
commit ff94eaa4ae
3 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ namespace Eigen {
\section summary Executive summary
Using STL containers on \ref FixedSizeVectorizable "fixed-size vectorizable Eigen types" requires taking the following two steps:
Using STL containers on \ref FixedSizeVectorizable "fixed-size vectorizable Eigen types", or classes having members of such types, requires taking the following two steps:
\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>.