mv comma initializer to page 1

This commit is contained in:
Gael Guennebaud
2010-06-28 00:22:47 +02:00
parent de1220aa62
commit aae5994b9e
2 changed files with 9 additions and 9 deletions

View File

@@ -11,7 +11,6 @@ between matrices, vectors and scalars with Eigen.
\b Table \b of \b contents
- \ref TutorialArithmeticIntroduction
- \ref TutorialArithmeticMentionCommaInitializer
- \ref TutorialArithmeticAddSub
- \ref TutorialArithmeticScalarMulDiv
- \ref TutorialArithmeticMentionXprTemplates
@@ -30,14 +29,6 @@ linear-algebraic operations. For example, \c matrix1 \c * \c matrix2 means matri
and \c vector \c + \c scalar is just not allowed. If you want to perform all kinds of array operations,
not linear algebra, see \ref TutorialArrayClass "next page".
\section TutorialArithmeticMentionCommaInitializer A note about comma-initialization
In examples below, we'll be initializing matrices with a very convenient device known as the \em comma-initializer.
For now, it is enough to know this example:
\include Tutorial_commainit_01.cpp
Output: \verbinclude Tutorial_commainit_01.out
The comma initializer is discussed in \ref TutorialAdvancedInitialization "this page".
\section TutorialArithmeticAddSub Addition and substraction
The left hand side and right hand side must, of course, have the same numbers of rows and of columns. They must