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

@@ -96,7 +96,7 @@ struct ei_someOrthogonal_selector<Derived,2>
/** \returns an orthogonal vector of \c *this
*
* The size of \c *this must be at least 2. If the size is exactly 2,
* then the returned vector is a counter clock wise rotation of \c *this, \ie (-y,x).
* then the returned vector is a counter clock wise rotation of \c *this, i.e., (-y,x).
*
* \sa cross()
*/