Searched refs:QRMatrixType (Results 1 - 1 of 1) sorted by relevance

/external/eigen/Eigen/src/SparseQR/
H A DSparseQR.h73 typedef SparseMatrix<Scalar,ColMajor,Index> QRMatrixType; typedef in class:Eigen::SparseQR
116 const QRMatrixType& matrixR() const { return m_R; }
252 QRMatrixType m_pmat; // Temporary matrix
253 QRMatrixType m_R; // The triangular factor matrix
254 QRMatrixType m_Q; // The orthogonal reflectors
432 for (typename QRMatrixType::InnerIterator itq(m_Q, curIdx); itq; ++itq)
438 for (typename QRMatrixType::InnerIterator itq(m_Q, curIdx); itq; ++itq)
577 typedef typename SparseQRType::QRMatrixType MatrixType;

Completed in 546 milliseconds