mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-09-13 01:43:13 +08:00
SVD: fix numerous compiler warnings / failures
This commit is contained in:
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),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user