Lines Matching defs:compute
55 * Call the function compute() to compute the eigenvalues and eigenvectors of
110 * perform decompositions via compute(). This constructor
131 * intends to perform decompositions via compute(). The \p size
135 * \sa compute() for an example
151 * This constructor calls compute(const MatrixType&, int) to compute the
158 * \sa compute(const MatrixType&, int)
168 compute(matrix.derived(), options);
203 SelfAdjointEigenSolver& compute(const EigenBase<InputType>& matrix, int options = ComputeEigenvectors);
207 * This is a variant of compute(const MatrixType&, int options) which
221 * \sa compute(const MatrixType&, int options)
236 * \sa compute(const MatrixType&, int) for more information
297 * uses the eigendecomposition \f$ A = V D V^{-1} \f$ to compute the
321 * compute the inverse square root as \f$ V D^{-1/2} V^{-1} \f$. This is
400 ::compute(const EigenBase<InputType>& a_matrix, int options)
472 * \brief Compute the eigendecomposition from a tridiagonal matrix
551 { eig.compute(A,options); }
594 // Compute the eigenvalues by solving for the roots of the polynomial.
645 // compute the eigenvalues
648 // compute the eigenvectors
661 // Compute the eigenvector of the most distinct eigenvalue
671 // Compute the eigenvector of index k
678 // Compute eigenvector of index l
695 // Compute last eigenvector from the other two
753 // Compute the eigenvalues
756 // compute the eigen vectors