Lines Matching full:m_trans
155 : m_vectors(v), m_coeffs(h), m_trans(false), m_length(v.diagonalSize()),
164 m_trans(other.m_trans),
205 return HouseholderSequence(*this).setTrans(!m_trans);
212 .setTrans(m_trans)
220 return conjugate().setTrans(!m_trans);
249 if(m_trans)
269 if(m_trans)
293 Index actual_k = m_trans ? m_length-k-1 : k;
313 Index actual_k = m_trans ? k : m_length-k-1;
387 m_trans = trans;
391 bool trans() const { return m_trans; } /**< \brief Returns the transpose flag. */
395 bool m_trans;