aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2008-08-28 19:11:03 +0000
committerGravatar Gael Guennebaud <g.gael@free.fr>2008-08-28 19:11:03 +0000
commit80be1ea51582c92bf4dba2b4f104bb53b9628980 (patch)
treea4fcb6b6cd0bc432df05879c335d5763fbacfb8f
parent9b4d46c82ebd6cd71f1ca559f73ea5864c6ef835 (diff)
remove CoreDeclaration from the documentation
-rw-r--r--Eigen/Core6
1 files changed, 0 insertions, 6 deletions
diff --git a/Eigen/Core b/Eigen/Core
index 9fc73ce70..c85034f01 100644
--- a/Eigen/Core
+++ b/Eigen/Core
@@ -54,12 +54,6 @@ namespace Eigen {
* \code
* #include <Eigen/Core>
* \endcode
- *
- * To speedup compilation, in header files you might only include the following file:
- * \code
- * #include <Eigen/CoreDeclaration>
- * \endcode
- * which gives access to matrix and vector types as well as coefficient accessor operators.
*/
#include "src/Core/util/Macros.h"