mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-25 05:05: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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user