SUNphi  1.0
SUNphi.hpp
Go to the documentation of this file.
1 #ifndef _SUNPHI_HPP
2 #define _SUNPHI_HPP
3 
4 /// \file SUNphi.hpp
5 ///
6 /// \brief Main include file for the SUNphi library
7 
8 /*!
9 
10  \mainpage
11  This is the documentation for SUNphi library.
12 
13  Front-page is still a canvas, but internally everything is
14  documented! Use the left panel to navigate to the internal
15  documentation.
16 */
17 
18 #include <Debug.hpp>
19 #include <Ints.hpp>
20 #include <Ios.hpp>
21 #include <Lattice.hpp>
22 #include <Math.hpp>
23 #include <Metaprogramming.hpp>
24 #include <Physics.hpp>
25 #include <Random.hpp>
26 #include <SmET.hpp>
27 #include <Serialize.hpp>
28 #include <System.hpp>
29 #include <Tens.hpp>
30 #include <Threads.hpp>
31 #include <Tuple.hpp>
32 #include <Utility.hpp>
33 
34 #endif