Home | History | Annotate | Download | only in Eigenvalues

Lines Matching full:eigenvectors

24   * \brief Computes eigenvalues and eigenvectors of general complex matrices
30 * The eigenvalues and eigenvectors of a matrix \f$ A \f$ are scalars
33 * the diagonal, and \f$ V \f$ is a matrix with the eigenvectors as
39 * eigenvalues and eigenvectors of a given function. The
80 /** \brief Type for matrix of eigenvectors as returned by eigenvectors().
119 * \param[in] computeEigenvectors If true, both the eigenvectors and the
136 /** \brief Returns the eigenvectors of given matrix.
138 * \returns A const reference to the matrix whose columns are the eigenvectors.
146 * This function returns a matrix whose columns are the eigenvectors. Column
148 * \f$ as returned by eigenvalues(). The eigenvectors are normalized to
156 const EigenvectorType& eigenvectors() const
159 eigen_assert(m_eigenvectorsOk && "The eigenvectors have not been computed together with the eigenvalues.");
190 * \param[in] computeEigenvectors If true, both the eigenvectors and the
197 * \p computeEigenvectors is true, then the eigenvectors are also computed
198 * and can be retrieved by calling eigenvectors().
202 * compute the eigenvalues and eigenvectors.
291 // .. and normalize the eigenvectors