aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/Map.h
diff options
context:
space:
mode:
authorGravatar Jitse Niesen <jitse@maths.leeds.ac.uk>2011-02-12 17:43:29 +0000
committerGravatar Jitse Niesen <jitse@maths.leeds.ac.uk>2011-02-12 17:43:29 +0000
commit9ac68e40a0fa84419e95674c07bb773d054558c8 (patch)
tree6f1bb94758f94b369f05ee3759a318824bac420b /Eigen/src/Core/Map.h
parent7015aa00a97a0161fd8f73fd2ffdfb7a36749f98 (diff)
Write topic page for storage orders.
Diffstat (limited to 'Eigen/src/Core/Map.h')
-rw-r--r--Eigen/src/Core/Map.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Eigen/src/Core/Map.h b/Eigen/src/Core/Map.h
index f78e87e39..8f0d87b51 100644
--- a/Eigen/src/Core/Map.h
+++ b/Eigen/src/Core/Map.h
@@ -44,7 +44,7 @@
* data is laid out contiguously in memory. You can however override this by explicitly specifying
* inner and outer strides.
*
- * Here's an example of simply mapping a contiguous array as a column-major matrix:
+ * Here's an example of simply mapping a contiguous array as a \ref TopicStorageOrders "column-major" matrix:
* \include Map_simple.cpp
* Output: \verbinclude Map_simple.out
*
@@ -74,7 +74,7 @@
*
* This class is the return type of Matrix::Map() but can also be used directly.
*
- * \sa Matrix::Map()
+ * \sa Matrix::Map(), \ref TopicStorageOrders
*/
namespace internal {