This commit is contained in:
Thomas Capricelli 2009-05-22 19:46:29 +02:00
parent c7303a876f
commit 0ed7c2f6d7

View File

@ -65,7 +65,7 @@ template<typename MatrixType> 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) {}