mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-11 11:19:02 +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_eivec(),
|
||||||
m_eivalues(),
|
m_eivalues(),
|
||||||
m_subdiag(),
|
m_subdiag(),
|
||||||
|
m_info(InvalidInput),
|
||||||
m_isInitialized(false)
|
m_isInitialized(false)
|
||||||
{ }
|
{ }
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user