Home | History | Annotate | Download | only in Eigenvalues

Lines Matching defs:compute

45   * Call the function compute() to compute the generalized eigenvalues and eigenvectors of
114 * perform decompositions via EigenSolver::compute(const MatrixType&, bool).
116 * \sa compute() for an example.
150 * This constructor calls compute() to compute the generalized eigenvalues
153 * \sa compute()
164 compute(A, B, computeEigenvectors);
174 * compute(const MatrixType&, const MatrixType& bool) has been called before, and
194 * compute(const MatrixType&,const MatrixType&,bool) has been called before.
245 * class. The generalized Schur decomposition is then used to compute the eigenvalues
253 GeneralizedEigenSolver& compute(const MatrixType& A, const MatrixType& B, bool computeEigenvectors = true);
287 GeneralizedEigenSolver<MatrixType>::compute(const MatrixType& A, const MatrixType& B, bool computeEigenvectors)
299 m_realQZ.compute(A, B, computeEigenvectors);
381 // Compute eigenvector in position (i+1) and then position (i) is just the conjugate