From 4a98cada261113e181956a329f0f730599ee8816 Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Fri, 8 Oct 2010 10:42:06 -0400 Subject: [PATCH] Backed out changeset 2334291157fe192b7b9f651967126de3bf8d8cbe Sorry Thomas, these doc fixes are no longer relevant with the JacobiSVD API changes, and they are preventing me from applying my patches cleanly. --- Eigen/src/SVD/JacobiSVD.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Eigen/src/SVD/JacobiSVD.h b/Eigen/src/SVD/JacobiSVD.h index 0e21d0abe..8ee0269b1 100644 --- a/Eigen/src/SVD/JacobiSVD.h +++ b/Eigen/src/SVD/JacobiSVD.h @@ -47,7 +47,7 @@ struct ei_svd_precondition_if_more_cols_than_rows; * * \class JacobiSVD * - * \brief Jacobi SVD decomposition + * \brief Jacobi SVD decomposition of a square matrix * * \param MatrixType the type of the matrix of which we are computing the SVD decomposition * \param Options a bit field of flags offering the following options: \c SkipU and \c SkipV allow to skip the computation of