From 9ac68e40a0fa84419e95674c07bb773d054558c8 Mon Sep 17 00:00:00 2001 From: Jitse Niesen Date: Sat, 12 Feb 2011 17:43:29 +0000 Subject: Write topic page for storage orders. --- Eigen/src/Core/Map.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Eigen/src/Core/Map.h') 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 { -- cgit v1.2.3