doc fixes, and extended Basic Linear Algebra and Reductions sections

This commit is contained in:
Gael Guennebaud
2008-08-20 13:07:46 +00:00
parent db8fbf2b39
commit 8afaeb4ad5
4 changed files with 112 additions and 35 deletions

View File

@@ -64,7 +64,7 @@ template<typename Derived> class MapBase
inline int stride() const { return derived().stride(); }
/** \Returns an expression equivalent to \c *this but having the \c PacketAccess constant
/** \returns an expression equivalent to \c *this but having the \c PacketAccess constant
* set to \c ForceAligned. Must be reimplemented by the derived class. */
AlignedDerivedType forceAligned() { return derived().forceAligned(); }