CHROMA
Public Types | Public Member Functions | Public Attributes | List of all members
FGMRESDRTests Class Reference
Inheritance diagram for FGMRESDRTests:
testing::Test FGMRESDRTestsFloatParams

Public Types

using T = LatticeFermion
 
using Q = multi1d< LatticeColorMatrix >
 
using P = multi1d< LatticeColorMatrix >
 
- Public Types inherited from testing::Test
typedef internal::SetUpTestCaseFunc SetUpTestCaseFunc
 
typedef internal::TearDownTestCaseFunc TearDownTestCaseFunc
 

Public Member Functions

 FGMRESDRTests ()
 
void TearDown ()
 
virtual ~FGMRESDRTests ()
 
- Public Member Functions inherited from testing::Test
virtual ~Test ()
 

Public Attributes

multi1d< LatticeColorMatrix > u
 
Handle< FermAct4D< T, P, Q > > S_f
 
Handle< FermState< T, P, Q > > state
 
Handle< LinearOperator< T > > linop
 

Additional Inherited Members

- Static Public Member Functions inherited from testing::Test
static void SetUpTestCase ()
 
static void TearDownTestCase ()
 
static bool HasFatalFailure ()
 
static bool HasNonfatalFailure ()
 
static bool HasFailure ()
 
static void RecordProperty (const std::string &key, const std::string &value)
 
static void RecordProperty (const std::string &key, int value)
 
- Protected Member Functions inherited from testing::Test
 Test ()
 
virtual void SetUp ()
 

Detailed Description

Definition at line 51 of file fgmres_dr_tests.cc.

Member Typedef Documentation

◆ P

using FGMRESDRTests::P = multi1d<LatticeColorMatrix>

Definition at line 57 of file fgmres_dr_tests.cc.

◆ Q

using FGMRESDRTests::Q = multi1d<LatticeColorMatrix>

Definition at line 56 of file fgmres_dr_tests.cc.

◆ T

using FGMRESDRTests::T = LatticeFermion

Definition at line 55 of file fgmres_dr_tests.cc.

Constructor & Destructor Documentation

◆ FGMRESDRTests()

FGMRESDRTests::FGMRESDRTests ( )
inline

◆ ~FGMRESDRTests()

virtual FGMRESDRTests::~FGMRESDRTests ( )
inlinevirtual

Definition at line 87 of file fgmres_dr_tests.cc.

Member Function Documentation

◆ TearDown()

void FGMRESDRTests::TearDown ( )
inlinevirtual

Reimplemented from testing::Test.

Definition at line 80 of file fgmres_dr_tests.cc.

Member Data Documentation

◆ linop

Handle< LinearOperator<T> > FGMRESDRTests::linop

Definition at line 93 of file fgmres_dr_tests.cc.

◆ S_f

Handle< FermAct4D<T,P,Q> > FGMRESDRTests::S_f

Definition at line 91 of file fgmres_dr_tests.cc.

◆ state

Handle< FermState<T,P,Q> > FGMRESDRTests::state

Definition at line 92 of file fgmres_dr_tests.cc.

◆ u

multi1d<LatticeColorMatrix> FGMRESDRTests::u

Definition at line 90 of file fgmres_dr_tests.cc.


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