Home
last modified time | relevance | path

Searched defs:HouseholderQR (Results 1 – 1 of 1) sorted by relevance

/external/eigen/Eigen/src/QR/
DHouseholderQR.h70 HouseholderQR() : m_qr(), m_hCoeffs(), m_temp(), m_isInitialized(false) {} in HouseholderQR() function
78 HouseholderQR(Index rows, Index cols) in HouseholderQR() function
97 explicit HouseholderQR(const EigenBase<InputType>& matrix) in HouseholderQR() function
115 explicit HouseholderQR(EigenBase<InputType>& matrix) in HouseholderQR() function