Home
last modified time | relevance | path

Searched refs:QRType (Results 1 – 1 of 1) sorted by relevance

/external/eigen/Eigen/src/SVD/
DJacobiSVD.h80 m_qr.~QRType(); in allocate()
81 ::new (&m_qr) QRType(svd.rows(), svd.cols()); in allocate()
99 typedef FullPivHouseholderQR<MatrixType> QRType; typedef
100 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; typedef
148 QRType m_qr;
163 m_qr.~QRType(); in allocate()
164 ::new (&m_qr) QRType(svd.rows(), svd.cols()); in allocate()
[all …]