Home | History | Annotate | Download | only in Householder

Lines Matching full:transpose

50   * In addition to the adjoint, you can also apply the inverse (=adjoint), the transpose, and the conjugate operators.
92 typedef Transpose<Block<const VectorsType, 1, Dynamic> > EssentialVectorType;
98 return Block<const VectorsType,1,Dynamic>(h.m_vectors, k, start, 1, h.rows()-start).transpose();
202 /** \brief %Transpose of the Householder sequence. */
203 HouseholderSequence transpose() const
217 /** \brief Adjoint (conjugate transpose) of the Householder sequence. */
377 /** \brief Sets the transpose flag.
378 * \param [in] trans New value of the transpose flag.
380 * By default, the transpose flag is not set. If the transpose
391 bool trans() const { return m_trans; } /**< \brief Returns the transpose flag. */