Lines Matching refs:m_shift
84 Index start = k+1+h.m_shift;
97 Index start = k+1+h.m_shift;
156 m_shift(0)
166 m_shift(other.m_shift)
214 .setShift(m_shift);
248 Index cornerSize = rows() - k - m_shift;
268 Index cornerSize = rows() - k - m_shift;
294 dst.rightCols(rows()-m_shift-actual_k)
314 dst.bottomRows(rows()-m_shift-actual_k)
365 m_shift = shift;
370 …Index shift() const { return m_shift; } /**< \brief Returns the shift of the Householder sequen…
397 Index m_shift;