Lines Matching refs:m_R
116 const QRMatrixType& matrixR() const { return m_R; }
253 QRMatrixType m_R; // The triangular factor matrix
301 m_R.resize(m, n);
305 m_R.reserve(2*mat.nonZeros()); //FIXME Get a more accurate estimation through symbolic factorization with the etree
365 m_R.startVec(col);
488 m_R.insertBackByOuterInnerUnordered(col, curIdx) = tval(curIdx);
495 m_R.insertBackByOuterInner(col, nonzeroCol) = beta;
525 m_R.finalize();
526 m_R.makeCompressed();
534 MatrixType tempR(m_R);
535 m_R = tempR * m_pivotperm;