mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-24 12:45:56 +01:00
Some query functions
This commit is contained in:
parent
ba34d7b206
commit
d6ac6e75cc
@ -24,6 +24,11 @@ class A2AModesSchurDiagTwo
|
|||||||
const bool return_5d;
|
const bool return_5d;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
||||||
|
int getNl (void ) {return Nl;}
|
||||||
|
int getNh (void ) {return Nh;}
|
||||||
|
int getN (void ) {return Nh+Nl;}
|
||||||
|
|
||||||
A2AModesSchurDiagTwo(const std::vector<Field> *_evec, const std::vector<RealD> *_eval,
|
A2AModesSchurDiagTwo(const std::vector<Field> *_evec, const std::vector<RealD> *_eval,
|
||||||
Matrix &_action,
|
Matrix &_action,
|
||||||
Solver &_solver,
|
Solver &_solver,
|
||||||
@ -202,4 +207,4 @@ class A2AModesSchurDiagTwo
|
|||||||
|
|
||||||
END_HADRONS_NAMESPACE
|
END_HADRONS_NAMESPACE
|
||||||
|
|
||||||
#endif // A2A_Vectors_hpp_
|
#endif // A2A_Vectors_hpp_
|
||||||
|
Loading…
x
Reference in New Issue
Block a user