Home | History | Annotate | Download | only in Eigenvalues

Lines Matching refs:eigenvalues

24   * \brief Computes eigenvalues and eigenvectors of general complex matrices
30 * The eigenvalues and eigenvectors of a matrix \f$ A \f$ are scalars
32 * \f$. If \f$ D \f$ is a diagonal matrix with the eigenvalues on
39 * eigenvalues and eigenvectors of a given function. The
73 /** \brief Type for vector of eigenvalues as returned by eigenvalues().
120 * eigenvalues are computed; if false, only the eigenvalues are
149 * \f$ as returned by eigenvalues(). The eigenvectors are normalized to
160 eigen_assert(m_eigenvectorsOk && "The eigenvectors have not been computed together with the eigenvalues.");
164 /** \brief Returns the eigenvalues of given matrix.
166 * \returns A const reference to the column vector containing the eigenvalues.
174 * eigenvalues. Eigenvalues are repeated according to their
175 * algebraic multiplicity, so there are as many eigenvalues as
176 * rows in the matrix. The eigenvalues are not sorted in any particular
182 const EigenvalueType& eigenvalues() const
192 * eigenvalues are computed; if false, only the eigenvalues are
196 * This function computes the eigenvalues of the complex matrix \p matrix.
197 * The eigenvalues() function can be used to retrieve them. If
203 * compute the eigenvalues and eigenvectors.
269 // The eigenvalues are on the diagonal of T.