mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-06-04 18:54:00 +08:00
fix typo
This commit is contained in:
parent
ed1ecb24d2
commit
94f59a92cb
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user