QDP++
generic_spin_aggregate.h
Go to the documentation of this file.
1#ifndef GENERIC_SPIN_AGGREGATE_H
2#define GENERIC_SPIN_AGGREGATE_H
3
4// Include this first to define the mat mult ops (possibly assembler?)
6
7// The inline project, recon and add recon ops.
10
11// These are now just hooks that call the above
12// #include "scalarsite_generic/generic_spin_proj.h"
13// #include "scalarsite_generic/generic_spin_recon.h"
14// #include "scalarsite_generic/generic_fused_spin_proj.h"
15// #include "scalarsite_generic/generic_fused_spin_recon.h"
16
17// These are the 'evaluates'
21
22#endif