Lines Matching full:eigenvectors
23 * \brief Computes eigenvalues and eigenvectors of the generalized selfadjoint eigen problem
35 * Call the function compute() to compute the eigenvalues and eigenvectors of
38 * constructor which computes the eigenvalues and eigenvectors at construction time.
39 * Once the eigenvalue and eigenvectors are computed, they can be retrieved with the eigenvalues()
40 * and eigenvectors() functions.
67 * eigenvalues and eigenvectors will be computed.
90 * to compute the eigenvalues and (if requested) the eigenvectors of the
94 * \f$ x^* B x = 1 \f$. The eigenvectors are computed if
125 * the eigenvectors of one of the following three generalized eigenproblems:
135 * eigenvectors are also computed and can be retrieved by calling
136 * eigenvectors().