TBCI Numerical high perf. C++ Library  2.8.0
Classes
ilu0precond.h File Reference
#include "tbci/solver/precond.h"
Include dependency graph for ilu0precond.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 >
 

Detailed Description

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

Author
José L. Tinoco
Date
8. July 1999

Definition in file ilu0precond.h.