Searched refs:QRType (Results 1 – 1 of 1) sorted by relevance
80 m_qr.~QRType(); in allocate()81 ::new (&m_qr) QRType(svd.rows(), svd.cols()); in allocate()99 typedef FullPivHouseholderQR<MatrixType> QRType; typedef100 QRType m_qr;126 m_qr.~QRType(); in allocate()127 ::new (&m_qr) QRType(svd.cols(), svd.rows()); in allocate()147 typedef FullPivHouseholderQR<TransposeTypeWithSameStorageOrder> QRType; typedef148 QRType m_qr;163 m_qr.~QRType(); in allocate()164 ::new (&m_qr) QRType(svd.rows(), svd.cols()); in allocate()[all …]