aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/SelfAdjointView.h
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2010-11-19 16:50:49 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2010-11-19 16:50:49 +0100
commit5ce199b1dd7a1e5da0e488c450db114cbee1a33c (patch)
tree8f05fcd56a413c5f80d10aa8130b7bf0726c7c64 /Eigen/src/Core/SelfAdjointView.h
parentf369b5a7116ae73405d66dee1f2c23f52d40e3d4 (diff)
update rank 2 update doc
Diffstat (limited to 'Eigen/src/Core/SelfAdjointView.h')
-rw-r--r--Eigen/src/Core/SelfAdjointView.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Eigen/src/Core/SelfAdjointView.h b/Eigen/src/Core/SelfAdjointView.h
index 623cca027..e57330b41 100644
--- a/Eigen/src/Core/SelfAdjointView.h
+++ b/Eigen/src/Core/SelfAdjointView.h
@@ -132,7 +132,7 @@ template<typename MatrixType, unsigned int UpLo> class SelfAdjointView
}
/** Perform a symmetric rank 2 update of the selfadjoint matrix \c *this:
- * \f$ this = this + \alpha ( u v^* + v u^*) \f$
+ * \f$ this = this + \alpha u v^* + conj(\alpha) v u^*) \f$
* \returns a reference to \c *this
*
* The vectors \a u and \c v \b must be column vectors, however they can be