#include "sgdisp.hpp"
#include "SysMatrix.hpp"
#include "GridVec.hpp"
Include dependency graph for LinPrecond.hpp:

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

Classes | |
| class | SysPrecond< T > |
| Base class template of preconditioners for iterative linear solvers for SysMatrix<T> -matrices. More... | |
| class | LinPrecond< T > |
| The SparseMatrix<T> -preconditioner base class template. More... | |
| class | IdentityPrecond< T > |
| Class template for the Richardson preconditioner (identity matrix). More... | |
Typedefs | |
| typedef void * | SysPrecondCtxt [2] |
| The system preconditioner context type. | |
Oct. 9, 2004 - elementary preconditioners are derived from those for systems
Oct. 13, 2004 - preconditioner contexts
| typedef void* SysPrecondCtxt[2] |
The system preconditioner context type.
1.5.2