LifeV
ApproximatedInvertibleRowMatrix.hpp File Reference
+ Include dependency graph for ApproximatedInvertibleRowMatrix.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  ApproximatedInvertibleRowMatrix
 Provide the ApplyInverse method for a Epetra_CrsMatrix object. More...
 

Namespaces

 LifeV
 Default Physical Solver.
 
 LifeV::Operators
 

Detailed Description

Author
Umberto Villa
Date
2011-10-13 This file contains the definition of the class ApproximatedInvertibleRowMatrix. ApproximatedInvertibleRowMatrix is derived by the LinearOperator class, and it can be used to approximate the inverse of a Epetra_CsrMatrix, either by using the Krylov methods in Belos or AztecOO or the preconditioning techniques in ML or Ifpack.

Definition in file ApproximatedInvertibleRowMatrix.hpp.