mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-17 07:17:06 +01:00
Assist for generating file lists contained in Make.inc files for convenience when things are added
This commit is contained in:
11
benchmarks/simple_su3_test.cc
Normal file
11
benchmarks/simple_su3_test.cc
Normal file
@ -0,0 +1,11 @@
|
||||
#include <Grid.h>
|
||||
|
||||
using namespace std;
|
||||
using namespace Grid;
|
||||
using namespace Grid::QCD;
|
||||
|
||||
|
||||
void su3_test_mult_routine(LatticeColourMatrix &z, LatticeColourMatrix &x,LatticeColourMatrix &y)
|
||||
{
|
||||
mult(z,x,y);
|
||||
}
|
Reference in New Issue
Block a user