From 94f59a92cbab3fc3c59d2352a4e127961bad5aaa Mon Sep 17 00:00:00 2001 From: Thomas Capricelli Date: Fri, 19 Nov 2010 17:16:28 +0100 Subject: fix typo --- 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 e57330b41..564895143 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^* + conj(\alpha) 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