mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-09 23:45:36 +00:00
Added
This commit is contained in:
parent
f681baa9cd
commit
613a73b1b6
11
benchmarks/Grid_su3_expr.cc
Normal file
11
benchmarks/Grid_su3_expr.cc
Normal file
@ -0,0 +1,11 @@
|
||||
#include <Grid.h>
|
||||
|
||||
using namespace std;
|
||||
using namespace Grid;
|
||||
using namespace Grid::QCD;
|
||||
|
||||
void su3_test_mult_expression(LatticeColourMatrix &z, LatticeColourMatrix &x,LatticeColourMatrix &y)
|
||||
{
|
||||
z=x*y;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user