#include "LinSolver.hpp"
#include "sgfatal.hpp"
Include dependency graph for LinIter.hpp:

This graph shows which files directly or indirectly include this file:

Classes | |
| class | LinIter< T > |
Template for the damped preconditioned linear iteration for solving linear systems with SysMatrix<T>-matrices . The iteration has the form . Here is the guess for the solution in the -th iteration, and is the preconditioner. More... | |
1.5.2