Lines Matching full:sequence
19 * \brief Sequence of Householder reflections acting on subspaces with decreasing size
24 * This class represents a product sequence of Householder reflections where the first Householder reflection
141 * Constructs the Householder sequence with coefficients given by \p h and vectors given by \p v. The
144 * i-th column). If \p v has fewer columns than rows, then the Householder sequence contains as many
202 /** \brief %Transpose of the Householder sequence. */
208 /** \brief Complex conjugate of the Householder sequence. */
217 /** \brief Adjoint (conjugate transpose) of the Householder sequence. */
223 /** \brief Inverse of the Householder sequence (equals the adjoint). */
319 /** \brief Computes the product of a Householder sequence with a matrix.
323 * This function computes \f$ HM \f$ where \f$ H \f$ is the Householder sequence represented by \p *this
337 /** \brief Sets the length of the Householder sequence.
340 * By default, the length \f$ n \f$ of the Householder sequence \f$ H = H_0 H_1 \ldots H_{n-1} \f$ is set
352 /** \brief Sets the shift of the Householder sequence.
369 Index length() const { return m_length; } /**< \brief Returns the length of the Householder sequence. */
370 Index shift() const { return m_shift; } /**< \brief Returns the shift of the Householder sequence. */
400 /** \brief Computes the product of a matrix with a Householder sequence.
406 * Householder sequence represented by \p h.
418 * \brief Convenience function for constructing a Householder sequence.
428 * \brief Convenience function for constructing a Householder sequence.