diff --git a/Eigen/src/SVD/SVD.h b/Eigen/src/SVD/SVD.h index 0073a0ccb..37253c26b 100644 --- a/Eigen/src/SVD/SVD.h +++ b/Eigen/src/SVD/SVD.h @@ -65,7 +65,7 @@ template class SVD * \brief Default Constructor. * * The default constructor is useful in cases in which the user intends to - * perform decompositions via QR::compute(const MatrixType&). + * perform decompositions via SVD::compute(const MatrixType&). */ SVD() : m_matU(), m_matV(), m_sigma(), m_isInitialized(false) {}