Lines Matching defs:compute
40 * Call the function compute() to compute the Schur decomposition of
88 * intends to perform decompositions via compute(). The \p size
92 * \sa compute() for an example.
108 * This constructor calls compute() to compute the Schur decomposition.
121 compute(matrix.derived(), computeU);
130 * member function compute(const MatrixType& matrix, bool computeU)
131 * has been called before to compute the Schur decomposition of a
151 * member function compute(const MatrixType& matrix, bool computeU)
152 * has been called before to compute the Schur decomposition of a
188 * \sa compute(const MatrixType&, bool, Index)
191 ComplexSchur& compute(const EigenBase<InputType>& matrix, bool computeU = true);
193 /** \brief Compute Schur decomposition from a given Hessenberg matrix
208 * \sa compute(const MatrixType&, bool)
279 /** Compute the shift in the current QR iteration. */
290 // compute the shift as one of the eigenvalues of t, the 2x2
319 ComplexSchur<MatrixType>& ComplexSchur<MatrixType>::compute(const EigenBase<InputType>& matrix, bool computeU)
358 _this.m_hess.compute(matrix);
372 _this.m_hess.compute(matrix);