Lines Matching refs:m_shift
92 Index start = k+1+h.m_shift;
104 Index start = k+1+h.m_shift;
162 m_shift(0)
172 m_shift(other.m_shift)
220 .setShift(m_shift);
253 Index cornerSize = rows() - k - m_shift;
273 Index cornerSize = rows() - k - m_shift;
299 dst.rightCols(rows()-m_shift-actual_k)
324 Index start = k + m_shift;
332 …Block<Dest,Dynamic,Dynamic> sub_dst(dst,dst.rows()-rows()+m_shift+k,0, rows()-m_shift-k,dst.cols()…
342 dst.bottomRows(rows()-m_shift-actual_k)
394 m_shift = shift;
399 …Index shift() const { return m_shift; } /**< \brief Returns the shift of the Householder sequen…
426 Index m_shift;