SUNphi  1.0
Tens.hpp
Go to the documentation of this file.
1 #ifndef _TENS_HPP
2 #define _TENS_HPP
3 
4 /// \file Tens.hpp
5 ///
6 /// \brief Header file for the inclusion of all tensor description
7 
8 #include <tens/Indexer.hpp>
9 #include <tens/TensClass.hpp>
10 #include <tens/TensComp.hpp>
11 #include <tens/TensKind.hpp>
12 #include <tens/TensStor.hpp>
13 #include <tens/TwinsComp.hpp>
14 
15 #endif