QDP++
generic_addvec.h
Go to the documentation of this file.
1#define _inline_generic_add_su3_vector(aa,bb,cc) \
2{ \
3 cc.elem(0) = aa.elem(0) + bb.elem(0); \
4 cc.elem(1) = aa.elem(1) + bb.elem(1); \
5 cc.elem(2) = aa.elem(2) + bb.elem(2); \
6}