|
KASKADE 7 development version
|
Incomplete Cholesky factorization by algorithm from book "Matrix Computations" by Gene Golub & Charles van Loan. More...
#include <icc0precond.hh>
Incomplete Cholesky factorization by algorithm from book "Matrix Computations" by Gene Golub & Charles van Loan.
algorith will create approximate cholesky factorization L by only using the sparsity pattern of A
we will only touch the lower triangle of the matrix
interface copied from iluprecond.hh
Definition at line 51 of file icc0precond.hh.
Public Types | |
| typedef Op::Domain | Domain |
| typedef Op::Range | Range |
| typedef Op::Scalar | Scalar |
Public Member Functions | |
| ICC_0Preconditioner (Op &op) | |
| void | pre (Domain &, Range &) |
| void | apply (Domain &x, Range const &y) |
| void | post (Domain &) |
| virtual Dune::SolverCategory::Category | category () const override |
| returns the category of the operator More... | |
| typedef Op::Domain Kaskade::ICC_0Preconditioner< Op >::Domain |
Definition at line 54 of file icc0precond.hh.
| typedef Op::Range Kaskade::ICC_0Preconditioner< Op >::Range |
Definition at line 55 of file icc0precond.hh.
| typedef Op::Scalar Kaskade::ICC_0Preconditioner< Op >::Scalar |
Definition at line 56 of file icc0precond.hh.
| Kaskade::ICC_0Preconditioner< Op >::ICC_0Preconditioner | ( | Op & | op | ) |
Definition at line 86 of file icc0precond.hh.
| void Kaskade::ICC_0Preconditioner< Op >::apply | ( | Domain & | x, |
| Range const & | y | ||
| ) |
Definition at line 128 of file icc0precond.hh.
|
inlineoverridevirtual |
returns the category of the operator
From the Dune doxygen documentation it is unclear what this is supposed to mean. We return a dummy here.
Definition at line 78 of file icc0precond.hh.
|
inline |
Definition at line 71 of file icc0precond.hh.
|
inline |
Definition at line 69 of file icc0precond.hh.