diff options
author | Thomas Capricelli <orzel@freehackers.org> | 2010-11-19 17:16:28 +0100 |
---|---|---|
committer | Thomas Capricelli <orzel@freehackers.org> | 2010-11-19 17:16:28 +0100 |
commit | 94f59a92cbab3fc3c59d2352a4e127961bad5aaa (patch) | |
tree | aba2194f537f9a676aa4e4deddc4f8653c221190 /Eigen | |
parent | ed1ecb24d2c056f8e8934abf6ddb35bf75985ee0 (diff) |
fix typo
Diffstat (limited to 'Eigen')
-rw-r--r-- | Eigen/src/Core/SelfAdjointView.h | 2 |
1 files changed, 1 insertions, 1 deletions
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<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^* + 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 |