mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
SVD: fix numerous compiler warnings / failures
This commit is contained in:
committed by
Rasmus Munk Larsen
parent
2709f4c8fb
commit
7d9bb90f15
@@ -356,7 +356,10 @@ protected:
|
|||||||
* Default constructor of SVDBase
|
* Default constructor of SVDBase
|
||||||
*/
|
*/
|
||||||
SVDBase()
|
SVDBase()
|
||||||
: m_info(Success),
|
: m_matrixU(MatrixUType()),
|
||||||
|
m_matrixV(MatrixVType()),
|
||||||
|
m_singularValues(SingularValuesType()),
|
||||||
|
m_info(Success),
|
||||||
m_isInitialized(false),
|
m_isInitialized(false),
|
||||||
m_isAllocated(false),
|
m_isAllocated(false),
|
||||||
m_usePrescribedThreshold(false),
|
m_usePrescribedThreshold(false),
|
||||||
|
|||||||
Reference in New Issue
Block a user