diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2018-11-12 06:42:35 +0100 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-11-12 06:42:35 +0100 |
| commit | 407b6208604d2822b1067ac64949e78a9167572b (patch) | |
| tree | 8e4371deef2804e77e2fe6e17158be2536de28da /eigen/Eigen/src/Core/PlainObjectBase.h | |
| parent | ca2e0fcdcfff03747500344e2522ff330ccafa14 (diff) | |
eigen update
Diffstat (limited to 'eigen/Eigen/src/Core/PlainObjectBase.h')
| -rw-r--r-- | eigen/Eigen/src/Core/PlainObjectBase.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/eigen/Eigen/src/Core/PlainObjectBase.h b/eigen/Eigen/src/Core/PlainObjectBase.h index 77f4f60..1dc7e22 100644 --- a/eigen/Eigen/src/Core/PlainObjectBase.h +++ b/eigen/Eigen/src/Core/PlainObjectBase.h @@ -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 */ //@{ |
