Home | History | Annotate | Download | only in Eigenvalues

Lines Matching defs:compute

46   * Call the function compute() to compute the eigenvalues and eigenvectors of
109 * perform decompositions via EigenSolver::compute(const MatrixType&, bool).
111 * \sa compute() for an example.
138 * This constructor calls compute() to compute the eigenvalues
144 * \sa compute()
156 compute(matrix.derived(), computeEigenvectors);
165 * compute(const MatrixType&, bool) has been called before, and
187 * compute(const MatrixType&, bool) has been called before, and
212 * compute(const MatrixType&, bool) has been called before.
232 * compute(const MatrixType&, bool) has been called before.
264 * class. The Schur decomposition is then used to compute the eigenvalues
278 EigenSolver& compute(const EigenBase<InputType>& matrix, bool computeEigenvectors = true);
379 EigenSolver<MatrixType>::compute(const EigenBase<InputType>& matrix, bool computeEigenvectors)
389 m_realSchur.compute(matrix.derived(), computeEigenvectors);
399 // Compute eigenvalues from matT
420 // Compute z = sqrt(abs(p * p + m_matT.coeff(i+1, i) * m_matT.coeff(i, i+1)));
445 // Compute eigenvectors.