eigenvalues: documentation fixes

This commit is contained in:
Gael Guennebaud
2010-06-17 14:34:10 +02:00
parent 9196b6b659
commit ab6a044d0d
4 changed files with 15 additions and 15 deletions

View File

@@ -68,7 +68,7 @@
* contains an example of the typical use of this class.
*
* To solve the \em generalized eigenvalue problem \f$ Av = \lambda Bv \f$ and
* the like see the class GeneralizedSelfAdjointEigenSolver.
* the likes, see the class GeneralizedSelfAdjointEigenSolver.
*
* \sa MatrixBase::eigenvalues(), class EigenSolver, class ComplexEigenSolver
*/