Home | History | Annotate | Download | only in Eigenvalues

Lines Matching defs:compute

46   * decomposition. This class is used in SelfAdjointEigenSolver to compute the
49 * Call the function compute() to compute the tridiagonal decomposition of a
107 * perform decompositions via compute(). The \p size parameter is only
111 * \sa compute() for an example.
124 * This constructor calls compute() to compute the tridiagonal decomposition.
155 Tridiagonalization& compute(const MatrixType& matrix)
169 * the member function compute(const MatrixType&) has been called before
170 * to compute the tridiagonal decomposition of a matrix.
192 * the member function compute(const MatrixType&) has been called before
193 * to compute the tridiagonal decomposition of a matrix.
228 * the member function compute(const MatrixType&) has been called before
229 * to compute the tridiagonal decomposition of a matrix.
251 * the member function compute(const MatrixType&) has been called before
252 * to compute the tridiagonal decomposition of a matrix.
274 * the member function compute(const MatrixType&) has been called before
275 * to compute the tridiagonal decomposition of a matrix.
289 * the member function compute(const MatrixType&) has been called before
290 * to compute the tridiagonal decomposition of a matrix.