mirror of
https://github.com/paboyle/Grid.git
synced 2025-12-22 21:54:30 +00:00
global sum over vectors of uint64_t
This commit is contained in:
@@ -114,6 +114,7 @@ public:
|
||||
void GlobalSumVector(RealD *,int N);
|
||||
void GlobalSum(uint32_t &);
|
||||
void GlobalSum(uint64_t &);
|
||||
void GlobalSumVector(uint64_t*,int N);
|
||||
void GlobalSum(ComplexF &c);
|
||||
void GlobalSumVector(ComplexF *c,int N);
|
||||
void GlobalSum(ComplexD &c);
|
||||
|
||||
Reference in New Issue
Block a user