Be consistent in how the tutorial pages link together.

This commit is contained in:
Jitse Niesen
2010-07-09 11:59:29 +01:00
parent 2c03ca3325
commit 26cfe5a958
3 changed files with 7 additions and 5 deletions

View File

@@ -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
*/
}