fixed ColPivHouseholderQR<>::rank (part of bbd49d194adc34e1a0e25cdfb5d488f2e0551ce0

)
This commit is contained in:
Mark Borgerding 2014-03-20 14:25:50 -04:00
parent eef44fb2a5
commit e702934dfa

View File

@ -76,7 +76,8 @@ template<typename _MatrixType> class ColPivHouseholderQR
m_colsTranspositions(), m_colsTranspositions(),
m_temp(), m_temp(),
m_colSqNorms(), m_colSqNorms(),
m_isInitialized(false) {} m_isInitialized(false),
m_usePrescribedThreshold(false) {}
/** \brief Default Constructor with memory preallocation /** \brief Default Constructor with memory preallocation
* *