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