aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/CommaInitializer.h
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2008-07-19 20:36:41 +0000
committerGravatar Gael Guennebaud <g.gael@free.fr>2008-07-19 20:36:41 +0000
commit6e2c53e0562785f2f8c72a67dd8c40451cf2a319 (patch)
tree1a71796fb7d7b3074c73a8b7ce9bbdd44fde3a05 /Eigen/src/Core/CommaInitializer.h
parent05ad0834676b7f375df7fd33d90a7db871787330 (diff)
Added an automatically generated list of selected examples in the documentation.
Added the custom gemetry_module tag, and use it.
Diffstat (limited to 'Eigen/src/Core/CommaInitializer.h')
-rw-r--r--Eigen/src/Core/CommaInitializer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Eigen/src/Core/CommaInitializer.h b/Eigen/src/Core/CommaInitializer.h
index 61a004780..137413a7c 100644
--- a/Eigen/src/Core/CommaInitializer.h
+++ b/Eigen/src/Core/CommaInitializer.h
@@ -113,6 +113,8 @@ struct MatrixBase<Derived>::CommaInitializer
* The coefficients must be provided in a row major order and exactly match
* the size of the matrix. Otherwise an assertion is raised.
*
+ * \addexample CommaInit \label How to easily set all the coefficients of a matrix
+ *
* Example: \include MatrixBase_set.cpp
* Output: \verbinclude MatrixBase_set.out
*/