mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-04 19:25:56 +01:00
Nbasis method for convenience
This commit is contained in:
parent
cdff2c8e18
commit
b19ae8f465
@ -42,6 +42,8 @@ inline RealD AggregatePowerLaw(RealD x)
|
||||
template<class Fobj,class CComplex,int nbasis>
|
||||
class Aggregation {
|
||||
public:
|
||||
constexpr int Nbasis(void) { return nbasis; };
|
||||
|
||||
typedef iVector<CComplex,nbasis > siteVector;
|
||||
typedef Lattice<siteVector> CoarseVector;
|
||||
typedef Lattice<iMatrix<CComplex,nbasis > > CoarseMatrix;
|
||||
|
Loading…
x
Reference in New Issue
Block a user