SUNphi  1.0
Spin.hpp
Go to the documentation of this file.
1 #ifndef _SPIN_HPP
2 #define _SPIN_HPP
3 
4 /// \file Spin.hpp
5 ///
6 /// \brief Header file for the inclusion of all spin related types
7 
8 #include <tens/TensComp.hpp>
9 #include <tens/TwinsComp.hpp>
10 #include <smet/Bind.hpp>
11 
12 namespace SUNphi
13 {
14  // Defines Spin TensComp
16 }
17 
18 #endif
#define DEFINE_RW_CN_TENS_COMP(BINDER,TYPE,CONST_NAME,HMANY)
Definition: TensComp.hpp:91
decltype(auto) spin(T &&ref, const int id)
Definition: Spin.hpp:15
decltype(auto) operator+(T1 &&smet1, T2 &&smet2)
Implement smet1+smet2.
Definition: Add.hpp:87