mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
bug #1600: initialize m_info to InvalidInput by default, even though m_info is not accessible until it has been initialized (assert)
This commit is contained in:
@@ -121,6 +121,7 @@ template<typename _MatrixType> class SelfAdjointEigenSolver
|
||||
: m_eivec(),
|
||||
m_eivalues(),
|
||||
m_subdiag(),
|
||||
m_info(InvalidInput),
|
||||
m_isInitialized(false)
|
||||
{ }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user