mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-12-27 07:29:52 +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:
parent
1f0c941c3d
commit
3e8188fc77
@ -121,6 +121,7 @@ template<typename _MatrixType> class SelfAdjointEigenSolver
|
||||
: m_eivec(),
|
||||
m_eivalues(),
|
||||
m_subdiag(),
|
||||
m_info(InvalidInput),
|
||||
m_isInitialized(false)
|
||||
{ }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user