aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Jitse Niesen <jitse@maths.leeds.ac.uk>2010-07-09 11:59:29 +0100
committerGravatar Jitse Niesen <jitse@maths.leeds.ac.uk>2010-07-09 11:59:29 +0100
commit26cfe5a9584fea56539afa705c9e27ac286412ca (patch)
tree577ad3c16cdc34ca996e83ec84377ab3889602b5
parent2c03ca3325f462c5d7a9383eca3dd988b3b47ae9 (diff)
Be consistent in how the tutorial pages link together.
-rw-r--r--doc/C06_TutorialLinearAlgebra.dox4
-rw-r--r--doc/C07_TutorialReductionsVisitorsBroadcasting.dox6
-rw-r--r--doc/C08_TutorialGeometry.dox2
3 files changed, 7 insertions, 5 deletions
diff --git a/doc/C06_TutorialLinearAlgebra.dox b/doc/C06_TutorialLinearAlgebra.dox
index f4c3ecc01..c471a6d04 100644
--- a/doc/C06_TutorialLinearAlgebra.dox
+++ b/doc/C06_TutorialLinearAlgebra.dox
@@ -4,7 +4,7 @@ namespace Eigen {
\ingroup Tutorial
\li \b Previous: \ref TutorialAdvancedInitialization
-\li \b Next: \ref TutorialGeometry
+\li \b Next: \ref TutorialReductionsVisitorsBroadcasting
This tutorial explains how to solve linear systems, compute various decompositions such as LU,
QR, %SVD, eigendecompositions... for more advanced topics, don't miss our special page on
@@ -240,7 +240,7 @@ decomposition after you've changed the threshold.
</tr>
</table>
-\li \b Next: TutorialGeometry
+\li \b Next: \ref TutorialReductionsVisitorsBroadcasting
*/
diff --git a/doc/C07_TutorialReductionsVisitorsBroadcasting.dox b/doc/C07_TutorialReductionsVisitorsBroadcasting.dox
index b2c5b62cb..1930d7a94 100644
--- a/doc/C07_TutorialReductionsVisitorsBroadcasting.dox
+++ b/doc/C07_TutorialReductionsVisitorsBroadcasting.dox
@@ -3,8 +3,8 @@ namespace Eigen {
/** \page TutorialReductionsVisitorsBroadcasting Tutorial page 7 - Reductions, visitors and broadcasting
\ingroup Tutorial
-\li \b Previous: \ref TutorialAdvancedInitialization
-\li \b Next: \ref TutorialLinearAlgebra
+\li \b Previous: \ref TutorialLinearAlgebra
+\li \b Next: \ref TutorialGeometry
This tutorial explains Eigen's reductions, visitors and broadcasting and how they are used with
\link MatrixBase matrices \endlink and \link ArrayBase arrays \endlink.
@@ -227,6 +227,8 @@ this operation would be a row-vector where each coefficient is the squared Eucli
- Finally, <tt>minCoeff(&index)</tt> is used to obtain the index of the column in <tt>m</tt> that is closer to <tt>v</tt> in terms of Euclidean
distance.
+\li \b Next: \ref TutorialGeometry
+
*/
}
diff --git a/doc/C08_TutorialGeometry.dox b/doc/C08_TutorialGeometry.dox
index 7d0e9f835..f8a53dc67 100644
--- a/doc/C08_TutorialGeometry.dox
+++ b/doc/C08_TutorialGeometry.dox
@@ -3,7 +3,7 @@ namespace Eigen {
/** \page TutorialGeometry Tutorial page 8 - Geometry
\ingroup Tutorial
-\li \b Previous: \ref TutorialLinearAlgebra
+\li \b Previous: \ref TutorialReductionsVisitorsBroadcasting
\li \b Next: \ref TutorialSparse
In this tutorial, we will shortly introduce the many possibilities offered by the \ref Geometry_Module "geometry module", namely 2D and 3D rotations and projective or affine transformations.