bug #271: fix copy/paste mistakes in doc

(transplanted from 145b9cad63101ee46924d446fa8b08ffb48c7f3a)
This commit is contained in:
Gael Guennebaud
2011-05-23 13:39:26 +02:00
parent 46bee5682f
commit 117d17ee58
2 changed files with 3 additions and 3 deletions

View File

@@ -292,7 +292,7 @@ void real_2x2_jacobi_svd(const MatrixType& matrix, Index p, Index q,
*
* \class JacobiSVD
*
* \brief Two-sided Jacobi SVD decomposition of a square matrix
* \brief Two-sided Jacobi SVD decomposition of a rectangular matrix
*
* \param MatrixType the type of the matrix of which we are computing the SVD decomposition
* \param QRPreconditioner this optional parameter allows to specify the type of QR decomposition that will be used internally