Lines Matching defs:compute
45 * Call the function compute() to compute the Hessenberg decomposition of a
94 * perform decompositions via compute(). The \p size parameter is only
98 * \sa compute() for an example.
113 * This constructor calls compute() to compute the Hessenberg
152 HessenbergDecomposition& compute(const EigenBase<InputType>& matrix)
171 * or the member function compute(const MatrixType&) has been called
172 * before to compute the Hessenberg decomposition of a matrix.
191 * or the member function compute(const MatrixType&) has been called
192 * before to compute the Hessenberg decomposition of a matrix.
225 * or the member function compute(const MatrixType&) has been called
226 * before to compute the Hessenberg decomposition of a matrix.
247 * or the member function compute(const MatrixType&) has been called
248 * before to compute the Hessenberg decomposition of a matrix.
310 // i.e., compute A = H A H'