mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-07-09 06:31:47 +08:00
fixed ColPivHouseholderQR<>::rank (part of bbd49d194adc34e1a0e25cdfb5d488f2e0551ce0
)
This commit is contained in:
parent
eef44fb2a5
commit
e702934dfa
@ -76,7 +76,8 @@ template<typename _MatrixType> class ColPivHouseholderQR
|
||||
m_colsTranspositions(),
|
||||
m_temp(),
|
||||
m_colSqNorms(),
|
||||
m_isInitialized(false) {}
|
||||
m_isInitialized(false),
|
||||
m_usePrescribedThreshold(false) {}
|
||||
|
||||
/** \brief Default Constructor with memory preallocation
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user