lin
types.hpp
Go to the documentation of this file.
1 // vim: set tabstop=2:softtabstop=2:shiftwidth=2:expandtab
2 
15 #ifndef LIN_CORE_TYPES_HPP_
16 #define LIN_CORE_TYPES_HPP_
17 
18 #include "types/base.hpp"
19 #include "types/const_base.hpp"
20 #include "types/dimensions.hpp"
21 #include "types/mapping.hpp"
22 #include "types/matrix.hpp"
23 #include "types/stream.hpp"
24 #include "types/vector.hpp"
25 
26 #endif