Lines Matching refs: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 transpose flag.
380 * By default, the transpose flag is not set. If the transpose flag is set, then this object represents
391 bool trans() const { return m_trans; } /**< \brief Returns the transpose flag. */