Public Types | |
| typedef AlgebraT | AlgebraType |
| typedef AlgebraType::Matrix | MatrixType |
| typedef AlgebraType::Vector | VectorType |
| typedef MatrixType::ValueType | ValueType |
Public Member Functions | |
| DiagPreconditioner (AlgebraType &algebra, MatrixType const &matrix) | |
| void | init () |
| operator preparation | |
| void | update () |
| template<typename AlgebraType> | |
| void | solve (AlgebraType &algebra, VectorType const &x, VectorType &y) const |
Definition at line 13 of file DiagPreconditioner.h.
| typedef AlgebraT Alien::DiagPreconditioner< AlgebraT >::AlgebraType |
Definition at line 17 of file DiagPreconditioner.h.
| typedef AlgebraType::Matrix Alien::DiagPreconditioner< AlgebraT >::MatrixType |
Definition at line 18 of file DiagPreconditioner.h.
| typedef MatrixType::ValueType Alien::DiagPreconditioner< AlgebraT >::ValueType |
Definition at line 20 of file DiagPreconditioner.h.
| typedef AlgebraType::Vector Alien::DiagPreconditioner< AlgebraT >::VectorType |
Definition at line 19 of file DiagPreconditioner.h.
|
inline |
Definition at line 23 of file DiagPreconditioner.h.
|
inlinevirtual |
Definition at line 29 of file DiagPreconditioner.h.
|
inline |
operator preparation
Definition at line 32 of file DiagPreconditioner.h.
|
inline |
Definition at line 45 of file DiagPreconditioner.h.
|
inline |
Definition at line 39 of file DiagPreconditioner.h.