Home | History | Annotate | Download | only in Eigenvalues

Lines Matching defs: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
148 * \f$ as returned by eigenvalues(). The eigenvectors are normalized to
159 eigen_assert(m_eigenvectorsOk && "The eigenvectors have not been computed together with the eigenvalues.");
163 /** \brief Returns the eigenvalues of given matrix.
165 * \returns A const reference to the column vector containing the eigenvalues.
173 * eigenvalues. Eigenvalues are repeated according to their
174 * algebraic multiplicity, so there are as many eigenvalues as
175 * rows in the matrix. The eigenvalues are not sorted in any particular
181 const EigenvalueType& eigenvalues() const
191 * eigenvalues are computed; if false, only the eigenvalues are
195 * This function computes the eigenvalues of the complex matrix \p matrix.
196 * The eigenvalues() function can be used to retrieve them. If
202 * compute the eigenvalues and eigenvectors.
266 // The eigenvalues are on the diagonal of T.