aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/Core
diff options
context:
space:
mode:
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>