aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/Matrix.h
diff options
context:
space:
mode:
authorGravatar Hauke Heibel <hauke.heibel@gmail.com>2010-01-13 17:51:09 +0100
committerGravatar Hauke Heibel <hauke.heibel@gmail.com>2010-01-13 17:51:09 +0100
commitc0b2aa0acef071385f085ad2a011cc748a8d5541 (patch)
tree3017fb519ebf801758905b27acef70cd11400f0e /Eigen/src/Core/Matrix.h
parenta33b2dfeb34344db72af430da0f0b770643f765d (diff)
Added some minor comments.
Adapted some of the doc/snippets.
Diffstat (limited to 'Eigen/src/Core/Matrix.h')
-rw-r--r--Eigen/src/Core/Matrix.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/Eigen/src/Core/Matrix.h b/Eigen/src/Core/Matrix.h
index f5d0de74b..8c951326c 100644
--- a/Eigen/src/Core/Matrix.h
+++ b/Eigen/src/Core/Matrix.h
@@ -152,8 +152,13 @@ class Matrix
using Base::coeff;
using Base::coeffRef;
- /** This is a special case of the templated operator=. Its purpose is to
- * prevent a default operator= from hiding the templated operator=.
+ /**
+ * \brief Assigns matrices to each other.
+ *
+ * \note This is a special case of the templated operator=. Its purpose is
+ * to prevent a default operator= from hiding the templated operator=.
+ *
+ * \callgraph
*/
EIGEN_STRONG_INLINE Matrix& operator=(const Matrix& other)
{