mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-03-07 18:27:40 +08:00
fix typo
This commit is contained in:
parent
c7303a876f
commit
0ed7c2f6d7
@ -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) {}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user