mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
doc fixes, and extended Basic Linear Algebra and Reductions sections
This commit is contained in:
@@ -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(); }
|
||||
|
||||
|
||||
@@ -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()
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user