aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2011-02-03 10:05:45 -0500
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2011-02-03 10:05:45 -0500
commit4489c56c9e86f4091576dcf30bb22cac7e6c17b7 (patch)
tree133d6016dd2364c8625915e8aaba23776989cd3d /doc
parent2e2614b0fd44656669450dc901248c907be8aab8 (diff)
add Map static methods taking Strides, add test checking for compilation errors
Diffstat (limited to 'doc')
-rw-r--r--doc/A05_PortingFrom2To3.dox6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/A05_PortingFrom2To3.dox b/doc/A05_PortingFrom2To3.dox
index 37ab956c3..152578be8 100644
--- a/doc/A05_PortingFrom2To3.dox
+++ b/doc/A05_PortingFrom2To3.dox
@@ -22,11 +22,11 @@ and gives tips to help porting your application from Eigen2 to Eigen3.
\section CompatibilitySupport Eigen2 compatibility support
-In order to ease the switch from Eigen2 to Eigen3, Eigen3 features a Eigen2 support modes \ref TopicResizing "this page"..
+In order to ease the switch from Eigen2 to Eigen3, Eigen3 features \ref Eigen2Support "Eigen2 support modes".
-The quick way to enable this is to define the EIGEN2_SUPPORT preprocessor token \b before including any Eigen header (typically it should be set in your project options).
+The quick way to enable this is to define the \c EIGEN2_SUPPORT preprocessor token \b before including any Eigen header (typically it should be set in your project options).
-Moreover, we also provided a staged migration path which may be useful to migrate large projects
+Moreover, we also provided a \b staged \b migration \b path which may be useful to migrate larger projects from Eigen2 to Eigen3. This explained on the \ref Eigen2Support "Eigen2 support modes" page.
\section Using The USING_PART_OF_NAMESPACE_EIGEN macro