rm confusing sentence

This commit is contained in:
Gael Guennebaud 2011-06-17 09:46:05 +02:00
parent 16a2d896bc
commit 7aabce7c76

View File

@ -106,9 +106,6 @@ template<typename MatrixType, unsigned int UpLo> class SparseSelfAdjointView
*
* \returns a reference to \c *this
*
* Note that it is faster to set alpha=0 than initializing the matrix to zero
* and then keep the default value alpha=1.
*
* To perform \f$ this = this + \alpha ( u^* u ) \f$ you can simply
* call this function with u.adjoint().
*/