Lines Matching defs:compute
36 * A, and thus the real Schur decomposition is used in EigenSolver to compute
39 * Call the function compute() to compute the real Schur decomposition of a
77 * perform decompositions via compute(). The \p size parameter is only
81 * \sa compute() for an example.
97 * This constructor calls compute() to compute the Schur decomposition.
110 compute(matrix, computeU);
118 * member function compute(const MatrixType&, bool) has been called before
119 * to compute the Schur decomposition of a matrix, and \p computeU was set
136 * member function compute(const MatrixType&, bool) has been called before
137 * to compute the Schur decomposition of a matrix.
164 RealSchur& compute(const MatrixType& matrix, bool computeU = true);
204 RealSchur<MatrixType>& RealSchur<MatrixType>::compute(const MatrixType& matrix, bool computeU)
209 m_hess.compute(matrix);