This commit is contained in:
Thomas Capricelli 2010-11-19 17:16:28 +01:00
parent ed1ecb24d2
commit 94f59a92cb

View File

@ -132,7 +132,7 @@ template<typename MatrixType, unsigned int UpLo> class SelfAdjointView
} }
/** Perform a symmetric rank 2 update of the selfadjoint matrix \c *this: /** 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 * \returns a reference to \c *this
* *
* The vectors \a u and \c v \b must be column vectors, however they can be * The vectors \a u and \c v \b must be column vectors, however they can be