Chroma::LinOpMultiSysSolverMR< T > Class Template Reference
[Inverters]

Solve a MR system. Here, the operator is NOT assumed to be hermitian. More...

#include <multi_syssolver_linop_mr.h>

Inheritance diagram for Chroma::LinOpMultiSysSolverMR< T >:

Chroma::LinOpMultiSystemSolver< T > Chroma::MultiSystemSolver< T > List of all members.

Public Member Functions

 LinOpMultiSysSolverMR (Handle< LinearOperator< T > > A_, const MultiSysSolverMRParams &invParam_)
 Constructor.
 ~LinOpMultiSysSolverMR ()
 Destructor is automatic.
const Subset & subset () const
 Return the subset on which the operator acts.
SystemSolverResults_t operator() (multi1d< T > &psi, const multi1d< Real > &shifts, const T &chi) const
 Solver the linear system.

Private Member Functions

 LinOpMultiSysSolverMR ()

Private Attributes

Handle< LinearOperator< T > > A
MultiSysSolverMRParams invParam

Detailed Description

template<typename T>
class Chroma::LinOpMultiSysSolverMR< T >

Solve a MR system. Here, the operator is NOT assumed to be hermitian.

Definition at line 33 of file multi_syssolver_linop_mr.h.


Constructor & Destructor Documentation

template<typename T>
Chroma::LinOpMultiSysSolverMR< T >::LinOpMultiSysSolverMR ( Handle< LinearOperator< T > >  A_,
const MultiSysSolverMRParams invParam_ 
) [inline]

Constructor.

Parameters:
A_ Linear operator ( Read )
invParam inverter parameters ( Read )

Definition at line 41 of file multi_syssolver_linop_mr.h.

template<typename T>
Chroma::LinOpMultiSysSolverMR< T >::~LinOpMultiSysSolverMR (  )  [inline]

Destructor is automatic.

Definition at line 47 of file multi_syssolver_linop_mr.h.

template<typename T>
Chroma::LinOpMultiSysSolverMR< T >::LinOpMultiSysSolverMR (  )  [inline, private]

Definition at line 88 of file multi_syssolver_linop_mr.h.


Member Function Documentation

template<typename T>
SystemSolverResults_t Chroma::LinOpMultiSysSolverMR< T >::operator() ( multi1d< T > &  psi,
const multi1d< Real > &  shifts,
const T chi 
) const [inline, virtual]

Solver the linear system.

Parameters:
psi solution ( Modify )
chi source ( Read )
Returns:
syssolver results

Implements Chroma::MultiSystemSolver< T >.

Definition at line 58 of file multi_syssolver_linop_mr.h.

References Chroma::LinOpMultiSysSolverMR< T >::A, END_CODE, Chroma::LinOpMultiSysSolverMR< T >::invParam, Chroma::MultiSysSolverMRParams::MaxCG, Chroma::MInvMR(), Chroma::SystemSolverResults_t::n_count, Chroma::MultiSysSolverMRParams::RsdCG, Chroma::RsdCG, and START_CODE.

template<typename T>
const Subset& Chroma::LinOpMultiSysSolverMR< T >::subset (  )  const [inline, virtual]

Return the subset on which the operator acts.

Implements Chroma::MultiSystemSolver< T >.

Definition at line 50 of file multi_syssolver_linop_mr.h.

References Chroma::LinOpMultiSysSolverMR< T >::A.


Member Data Documentation

template<typename T>
Handle< LinearOperator<T> > Chroma::LinOpMultiSysSolverMR< T >::A [private]

Definition at line 90 of file multi_syssolver_linop_mr.h.

Referenced by Chroma::LinOpMultiSysSolverMR< T >::operator()(), and Chroma::LinOpMultiSysSolverMR< T >::subset().

template<typename T>
MultiSysSolverMRParams Chroma::LinOpMultiSysSolverMR< T >::invParam [private]

Definition at line 91 of file multi_syssolver_linop_mr.h.

Referenced by Chroma::LinOpMultiSysSolverMR< T >::operator()().


The documentation for this class was generated from the following file:
Generated on Sun Nov 22 04:40:06 2009 for CHROMA by  doxygen 1.4.7