|
TBCI Numerical high perf. C++ Library
2.8.0
|
#include "tbci/solver/precond.h"
Go to the source code of this file.
Classes | |
| class | Symm_BdMatrix< T > |
| Matrix class with optimized Matrix-Vector multiplication for symmetrical Matrices. More... | |
| class | ILU0_Symm_BdMatrixPreconditioner< T > |
| class | BdMatrix< T > |
| The class BdMatrix is an implementation to store and do operations on sparse Matrices with a band structure. More... | |
| class | ILU0_BdMatrixPreconditioner< T > |
Implementation of class TBCI::ILU0_Symm_BdMatrixPreconditioner and class TBCI::ILU0_BdMatrixPreconditioner.
Incomplete LU decomposition as preconditioner for Krylov subspace methods
SymmMatrixPreconditioner
Templated ILU-preconditioner for the Symm_BdMatrix class
Templated ILU-preconditioner for the BdMatrix class
Definition in file ilu0precond.h.
1.8.5