Home | History | Annotate | Download | only in Eigenvalues

Lines Matching defs:compute

48   * decomposition. This class is used in SelfAdjointEigenSolver to compute the
51 * 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.
157 Tridiagonalization& compute(const EigenBase<InputType>& matrix)
171 * the member function compute(const MatrixType&) has been called before
172 * to compute the tridiagonal decomposition of a matrix.
194 * the member function compute(const MatrixType&) has been called before
195 * to compute the tridiagonal decomposition of a matrix.
230 * the member function compute(const MatrixType&) has been called before
231 * to compute the tridiagonal decomposition of a matrix.
253 * the member function compute(const MatrixType&) has been called before
254 * to compute the tridiagonal decomposition of a matrix.
276 * the member function compute(const MatrixType&) has been called before
277 * to compute the tridiagonal decomposition of a matrix.
291 * the member function compute(const MatrixType&) has been called before
292 * to compute the tridiagonal decomposition of a matrix.