bug #336: improve doc for PlainObjectBase::Map

This commit is contained in:
Gael Guennebaud
2017-08-22 17:18:43 +02:00
parent 600e52fc7f
commit 39864ebe1e
2 changed files with 11 additions and 0 deletions

View File

@@ -577,6 +577,10 @@ class PlainObjectBase : public internal::dense_xpr_base<Derived>::type
* while the AlignedMap() functions return aligned Map objects and thus should be called only with 16-byte-aligned
* \a data pointers.
*
* Here is an example using strides:
* \include Matrix_Map_stride.cpp
* Output: \verbinclude Matrix_Map_stride.out
*
* \see class Map
*/
//@{