aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/Visitor.h
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2008-07-20 15:18:54 +0000
committerGravatar Gael Guennebaud <g.gael@free.fr>2008-07-20 15:18:54 +0000
commitce425d92f1c1d199c8428c46b4c4ea3be81b137b (patch)
tree582521e6e2f5bd871902e0a3f297acae38695936 /Eigen/src/Core/Visitor.h
parent269f683902231020a910fd4e2c1b74554183e2c8 (diff)
Various documentation improvements, in particualr in Cholesky and Geometry module.
Added doxygen groups for Matrix typedefs and the Geometry module
Diffstat (limited to 'Eigen/src/Core/Visitor.h')
-rw-r--r--Eigen/src/Core/Visitor.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Eigen/src/Core/Visitor.h b/Eigen/src/Core/Visitor.h
index 18e90ca62..041aa9445 100644
--- a/Eigen/src/Core/Visitor.h
+++ b/Eigen/src/Core/Visitor.h
@@ -76,6 +76,9 @@ struct ei_visitor_impl<Visitor, Derived, Dynamic>
* };
* \endcode
*
+ * \note compared to one or two \em for \em loops, visitors offer automatic
+ * unrolling for small fixed size matrix.
+ *
* \sa minCoeff(int*,int*), maxCoeff(int*,int*), MatrixBase::redux()
*/
template<typename Derived>