SUNphi
1.0
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
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
14
DEFINE_TENS_COMP
(
dir
,
Dir
,
DIR
,4);
15
/// \todo add number of dimension as an autoconf parameter
16
}
17
18
#
endif
SUNphi::dir
decltype(auto) dir(T &&ref, const int id)
Definition:
Dir.hpp:14
SUNphi::operator+
decltype(auto) operator+(T1 &&smet1, T2 &&smet2)
Implement smet1+smet2.
Definition:
Add.hpp:87
DEFINE_TENS_COMP
#define DEFINE_TENS_COMP(BINDER,TYPE,CONST_NAME,HMANY)
Definition:
TensComp.hpp:73
include
physics
Dir.hpp
Generated by
1.8.11