CHROMA
Public Member Functions | Private Member Functions | Private Attributes | List of all members

Propagator of an un-preconditioned Extended-Overlap linear operator. More...

Inheritance diagram for Chroma::PrecOvExt5DQprop< T, P, Q >:
Chroma::SystemSolver< T >

Public Member Functions

 PrecOvExt5DQprop (Handle< EvenOddPrecConstDetLinearOperatorArray< T, P, Q > > A_, Handle< LinearOperator< T > > D_denum_, const Real &Mass_, const SysSolverCGParams &invParam_)
 Constructor. More...
 
 ~PrecOvExt5DQprop ()
 Destructor is automatic. More...
 
const Subset & subset () const
 Return the subset on which the operator acts. More...
 
SystemSolverResults_t operator() (T &psi, const T &chi) const
 Solver the linear system. More...
 
- Public Member Functions inherited from Chroma::SystemSolver< T >
virtual ~SystemSolver ()
 Virtual destructor to help with cleanup;. More...
 

Private Member Functions

 PrecOvExt5DQprop ()
 

Private Attributes

Handle< EvenOddPrecConstDetLinearOperatorArray< T, P, Q > > A
 
Handle< LinearOperator< T > > D_denum
 
Real Mass
 
SysSolverCGParams invParam
 

Detailed Description

template<typename T, typename P, typename Q>
class Chroma::PrecOvExt5DQprop< T, P, Q >

Propagator of an un-preconditioned Extended-Overlap linear operator.

Propagator solver for Extended overlap fermions

Definition at line 396 of file eoprec_ovext_fermact_array_w.cc.

Constructor & Destructor Documentation

◆ PrecOvExt5DQprop() [1/2]

template<typename T , typename P , typename Q >
Chroma::PrecOvExt5DQprop< T, P, Q >::PrecOvExt5DQprop ( Handle< EvenOddPrecConstDetLinearOperatorArray< T, P, Q > >  A_,
Handle< LinearOperator< T > >  D_denum_,
const Real &  Mass_,
const SysSolverCGParams invParam_ 
)
inline

Constructor.

Parameters
A_Linear operator ( Read )
Mass_quark mass ( Read )

Definition at line 404 of file eoprec_ovext_fermact_array_w.cc.

◆ ~PrecOvExt5DQprop()

template<typename T , typename P , typename Q >
Chroma::PrecOvExt5DQprop< T, P, Q >::~PrecOvExt5DQprop ( )
inline

Destructor is automatic.

Definition at line 411 of file eoprec_ovext_fermact_array_w.cc.

◆ PrecOvExt5DQprop() [2/2]

template<typename T , typename P , typename Q >
Chroma::PrecOvExt5DQprop< T, P, Q >::PrecOvExt5DQprop ( )
inlineprivate

Definition at line 542 of file eoprec_ovext_fermact_array_w.cc.

Member Function Documentation

◆ operator()()

template<typename T , typename P , typename Q >
SystemSolverResults_t Chroma::PrecOvExt5DQprop< T, P, Q >::operator() ( T psi,
const T chi 
) const
inlinevirtual

◆ subset()

template<typename T , typename P , typename Q >
const Subset& Chroma::PrecOvExt5DQprop< T, P, Q >::subset ( ) const
inlinevirtual

Return the subset on which the operator acts.

Implements Chroma::SystemSolver< T >.

Definition at line 414 of file eoprec_ovext_fermact_array_w.cc.

Member Data Documentation

◆ A

template<typename T , typename P , typename Q >
Handle< EvenOddPrecConstDetLinearOperatorArray<T,P,Q> > Chroma::PrecOvExt5DQprop< T, P, Q >::A
private

◆ D_denum

template<typename T , typename P , typename Q >
Handle< LinearOperator<T> > Chroma::PrecOvExt5DQprop< T, P, Q >::D_denum
private

Definition at line 545 of file eoprec_ovext_fermact_array_w.cc.

◆ invParam

template<typename T , typename P , typename Q >
SysSolverCGParams Chroma::PrecOvExt5DQprop< T, P, Q >::invParam
private

◆ Mass

template<typename T , typename P , typename Q >
Real Chroma::PrecOvExt5DQprop< T, P, Q >::Mass
private

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