SUNphi  1.0
Math.hpp
Go to the documentation of this file.
1 #ifndef _MATH_HPP
2 #define _MATH_HPP
3 
4 /// \file Math.hpp
5 ///
6 /// \brief Header file for the inclusion of all mathematical stuff
7 
8 #include <math/Arithmetic.hpp>
9 #include <math/Factorize.hpp>
10 #include <math/Partition.hpp>
11 
12 #endif