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