aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/PlainObjectBase.h
diff options
context:
space:
mode:
authorGravatar Jitse Niesen <jitse@maths.leeds.ac.uk>2011-09-03 15:18:21 +0100
committerGravatar Jitse Niesen <jitse@maths.leeds.ac.uk>2011-09-03 15:18:21 +0100
commit477d3e5726cb8a2fc1c05130b15fa3826dcdf982 (patch)
tree37054a1d685ef88387da7f14280bdfaf99ae9b62 /Eigen/src/Core/PlainObjectBase.h
parenta2feb6f3c7a7c5a88e187a21bbb85f3d6ae4f65b (diff)
Update docs of PlainObjectBase::Map(); fixes bug #335.
Also fix some typos.
Diffstat (limited to 'Eigen/src/Core/PlainObjectBase.h')
-rw-r--r--Eigen/src/Core/PlainObjectBase.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Eigen/src/Core/PlainObjectBase.h b/Eigen/src/Core/PlainObjectBase.h
index ed34b0ed9..c70db9247 100644
--- a/Eigen/src/Core/PlainObjectBase.h
+++ b/Eigen/src/Core/PlainObjectBase.h
@@ -425,9 +425,6 @@ 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.
*
- * These methods do not allow to specify strides. If you need to specify strides, you have to
- * use the Map class directly.
- *
* \see class Map
*/
//@{