Home | History | Annotate | Download | only in IterativeLinearSolvers

Lines Matching defs:compute

45     * by a call to compute().
49 * this class becomes invalid. Call compute() to update it with the new
55 compute(A);
80 * this class becomes invalid. Call compute() to update it with the new
95 * Currently, this function mostly initialized/compute the preconditioner. In the future
100 * this class becomes invalid. Call compute() to update it with the new
103 Derived& compute(const MatrixType& A)
106 m_preconditioner.compute(A);
164 * \sa compute()
177 * \sa compute()