From 5ce199b1dd7a1e5da0e488c450db114cbee1a33c Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Fri, 19 Nov 2010 16:50:49 +0100 Subject: update rank 2 update doc --- Eigen/src/Core/SelfAdjointView.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Eigen/src/Core/SelfAdjointView.h') 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 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 -- cgit v1.2.3