Lines Matching full:matrix
20 * \tparam VectorsType type of matrix containing the Householder vectors
29 * are used in several algorithms to zero out certain parts of a matrix. Indeed, the methods
33 * More precisely, the class %HouseholderSequence represents an \f$ n \times n \f$ matrix \f$ H \f$ of the
48 * MatrixXd Q = H; // conversion to a dense matrix
106 typedef Matrix<ResultScalar, MatrixType::RowsAtCompileTime, MatrixType::ColsAtCompileTime,
138 * \param[in] v %Matrix containing the essential parts of the Householder vectors
170 /** \brief Number of rows of transformation viewed as a matrix.
176 /** \brief Number of columns of transformation viewed as a matrix.
191 * The index \f$ i \f$ equals \p k + shift(), corresponding to the k-th column of the matrix \p v
229 Matrix<Scalar, DestType::RowsAtCompileTime, 1,
282 Matrix<Scalar,1,Dest::RowsAtCompileTime,RowMajor,1,Dest::MaxRowsAtCompileTime> workspace(dst.rows());
302 Matrix<Scalar,1,Dest::ColsAtCompileTime,RowMajor,1,Dest::MaxColsAtCompileTime> workspace(dst.cols());
319 /** \brief Computes the product of a Householder sequence with a matrix.
320 * \param[in] other %Matrix being multiplied.
324 * and \f$ M \f$ is the matrix \p other.
341 * to the number of columns of the matrix \p v passed to the constructor, or the number of rows if that
356 * column of the matrix \p v passed to the constructor corresponds to the i-th Householder
400 /** \brief Computes the product of a matrix with a Householder sequence.
401 * \param[in] other %Matrix being multiplied.
405 * This function computes \f$ MH \f$ where \f$ M \f$ is the matrix \p other and \f$ H \f$ is the