mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-12 11:49:02 +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.
|
* \brief Default Constructor.
|
||||||
*
|
*
|
||||||
* The default constructor is useful in cases in which the user intends to
|
* 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) {}
|
SVD() : m_matU(), m_matV(), m_sigma(), m_isInitialized(false) {}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user