SUNphi  1.0
Ints.hpp
Go to the documentation of this file.
1 #ifndef _INTS_HPP
2 #define _INTS_HPP
3 
4 /// \file Ints.hpp
5 ///
6 /// \brief Topical header to include all template integer lists
7 
8 #include <ints/IntListGetEl.hpp>
9 #include <ints/IntListOperations.hpp>
10 #include <ints/IntListOrder.hpp>
11 #include <ints/IntSeq.hpp>
12 #include <ints/IntSeqCat.hpp>
13 #include <ints/IntSeqGetEl.hpp>
14 #include <ints/IntSeqInsert.hpp>
15 #include <ints/IntSeqRemove.hpp>
16 #include <ints/IntSeqSplit.hpp>
17 #include <ints/IntSeqTranspose.hpp>
18 #include <ints/Ranges.hpp>
19 
20 #endif