aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/Core
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2008-08-26 23:07:33 +0000
committerGravatar Gael Guennebaud <g.gael@free.fr>2008-08-26 23:07:33 +0000
commit63d3ef8204d5687ce6ec3559d1c5451a425d21a2 (patch)
tree65d5d4e1008ae0322f4e7ac579872907ec12104e /Eigen/Core
parent00a8d314c592e63aff39e305b6c5f6a6df20ca70 (diff)
* remove debug code commited by mistake in Assign
* keep going on the doc: added a short geometry tutorial
Diffstat (limited to 'Eigen/Core')
-rw-r--r--Eigen/Core5
1 files changed, 3 insertions, 2 deletions
diff --git a/Eigen/Core b/Eigen/Core
index 9e753a517..b1b61ebc2 100644
--- a/Eigen/Core
+++ b/Eigen/Core
@@ -9,8 +9,9 @@
namespace Eigen {
/** \defgroup Core_Module Core module
- * This is the main module of Eigen providing dense matrix and vector support with
- * features equivalent to a BLAS library and much more...
+ * This is the main module of Eigen providing dense matrix and vector support
+ * (both fixed and dynamic size) with all the features corresponding to a BLAS library
+ * and much more...
*
* \code
* #include <Eigen/Core>