ShyLU  Version of the Day
Public Member Functions | Public Attributes | List of all members
IQR::GMRESManager< Map, MultiVector, LocalMatrix, LocalVector > Class Template Reference
Collaboration diagram for IQR::GMRESManager< Map, MultiVector, LocalMatrix, LocalVector >:
Collaboration graph
[legend]

Public Member Functions

 GMRESManager (const Map &map, const int &rest, const int flex=0, const bool scaling=true)
 
int initialGuess (const MultiVector &b, MultiVector &X) const
 
int ApplyInverse (const MultiVector &b, MultiVector &X) const
 
int start ()
 

Public Attributes

int restart
 
int m
 
int isFlex
 
bool doScaling
 
bool isFirst
 
LocalVector cs
 
LocalVector sn
 
LocalMatrix H
 
MultiVector * v
 
MultiVector * w
 
GMRESManagerP
 
Epetra_Operator * P2
 
const Map & map_
 

Detailed Description

template<typename Map, typename MultiVector, typename LocalMatrix, typename LocalVector>
class IQR::GMRESManager< Map, MultiVector, LocalMatrix, LocalVector >

Definition at line 26 of file shylu_internal_gmres_tools.h.


The documentation for this class was generated from the following file: