SUNphi  1.0
Dir.hpp
Go to the documentation of this file.
1 #ifndef _DIR_HPP
2 #define _DIR_HPP
3 
4 /// \file Dir.hpp
5 ///
6 /// \brief Header file for the inclusion of all dir related types
7 
8 #include <tens/TensComp.hpp>
9 #include <smet/Bind.hpp>
10 
11 namespace SUNphi
12 {
13  // Defines Dir TensComp
15  /// \todo add number of dimension as an autoconf parameter
16 }
17 
18 #endif
decltype(auto) dir(T &&ref, const int id)
Definition: Dir.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