aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/Map.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/Map.h
parenta2feb6f3c7a7c5a88e187a21bbb85f3d6ae4f65b (diff)
Update docs of PlainObjectBase::Map(); fixes bug #335.
Also fix some typos.
Diffstat (limited to 'Eigen/src/Core/Map.h')
-rw-r--r--Eigen/src/Core/Map.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Eigen/src/Core/Map.h b/Eigen/src/Core/Map.h
index 81e3979f3..dd0673609 100644
--- a/Eigen/src/Core/Map.h
+++ b/Eigen/src/Core/Map.h
@@ -34,7 +34,7 @@
* \tparam PlainObjectType the equivalent matrix type of the mapped data
* \tparam MapOptions specifies whether the pointer is \c #Aligned, or \c #Unaligned.
* The default is \c #Unaligned.
- * \tparam StrideType optionnally specifies strides. By default, Map assumes the memory layout
+ * \tparam StrideType optionally specifies strides. By default, Map assumes the memory layout
* of an ordinary, contiguous array. This can be overridden by specifying strides.
* The type passed here must be a specialization of the Stride template, see examples below.
*
@@ -72,9 +72,9 @@
* Example: \include Map_placement_new.cpp
* Output: \verbinclude Map_placement_new.out
*
- * This class is the return type of Matrix::Map() but can also be used directly.
+ * This class is the return type of PlainObjectBase::Map() but can also be used directly.
*
- * \sa Matrix::Map(), \ref TopicStorageOrders
+ * \sa PlainObjectBase::Map(), \ref TopicStorageOrders
*/
namespace internal {