From ec0b2f900c8850799cf803ab6e0ee64f101e8e9a Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Tue, 13 Jan 2009 08:30:17 +0000 Subject: fix a couple of doxygen issues --- doc/QuickStartGuide.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/QuickStartGuide.dox') diff --git a/doc/QuickStartGuide.dox b/doc/QuickStartGuide.dox index 446bade0c..9adc95367 100644 --- a/doc/QuickStartGuide.dox +++ b/doc/QuickStartGuide.dox @@ -40,7 +40,7 @@ There is no library to link to. For good performance, add the \c -O2 compile-fla On the x86 architecture, the SSE2 instruction set is not enabled by default. Use \c -msse2 to enable it, and Eigen will then automatically enable its vectorized paths. On x86-64 and AltiVec-based architectures, vectorization is enabled by default. - + \warning \redstar In most cases it is enough to include the \c Eigen/Core header only to get started with Eigen. However, some features presented in this tutorial require the Array module to be included (\c \#include \c ). Those features are highlighted with a red star \redstar. \section TutorialCoreSimpleExampleFixedSize Simple example with fixed-size matrices and vectors -- cgit v1.2.3