From 727dfa1c439d02c712537bd19d891b1f0b23aa88 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Fri, 17 Oct 2008 11:20:46 +0000 Subject: fix some documentation issues --- doc/QuickStartGuide.dox | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'doc/QuickStartGuide.dox') diff --git a/doc/QuickStartGuide.dox b/doc/QuickStartGuide.dox index fa99de43d..805b840f3 100644 --- a/doc/QuickStartGuide.dox +++ b/doc/QuickStartGuide.dox @@ -24,6 +24,7 @@ namespace Eigen { - \ref TutorialCoreTriangularMatrix - \ref TutorialLazyEvaluation \n +
top\section TutorialCoreGettingStarted Getting started @@ -256,7 +257,6 @@ scalar product\code mat3 = mat1 * s1; mat3 = s1 * mat1; mat3 *= s1; mat3 = mat1 / s1; mat3 /= s1;\endcode - In Eigen, only traditional mathematical operators can be used right away. @@ -424,11 +424,13 @@ Read-write access to sub-matrices: \code mat4x4.minor(i,j) = mat3x3; mat3x3 = mat4x4.minor(i,j);\endcode - + \link MatrixBase::minor() minor \endlink (read-write) + + top\section TutorialCoreDiagonalMatrices Diagonal matrices -- cgit v1.2.3