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
137 /** \brief Returns the eigenvectors of given matrix.
139 * \returns A const reference to the matrix whose columns are the eigenvectors.
147 * This function returns a matrix whose columns are the eigenvectors. Column
149 * \f$ as returned by eigenvalues(). The eigenvectors are normalized to
157 const EigenvectorType& eigenvectors() const in eigenvectors() function
160 …eigen_assert(m_eigenvectorsOk && "The eigenvectors have not been computed together with the eigenv… in eigenvectors()
191 * \param[in] computeEigenvectors If true, both the eigenvectors and the
198 * \p computeEigenvectors is true, then the eigenvectors are also computed
199 * and can be retrieved by calling eigenvectors().
203 * compute the eigenvalues and eigenvectors.
318 // .. and normalize the eigenvectors in doComputeEigenvectors()