TypeDefs.hpp
Go to the documentation of this file.
1 // ========================================================================================
2 // ApproxMVBB
3 // Copyright (C) 2014 by Gabriel Nützi <nuetzig (at) imes (d0t) mavt (d0t) ethz (døt) ch>
4 //
5 // This Source Code Form is subject to the terms of the Mozilla Public
6 // License, v. 2.0. If a copy of the MPL was not distributed with this
7 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 // ========================================================================================
9 
10 #ifndef ApproxMVBB_Common_TypeDefs_hpp
11 #define ApproxMVBB_Common_TypeDefs_hpp
12 
13 #include <random>
14 
16 #include ApproxMVBB_Platform_INCLUDE_FILE
17 #include ApproxMVBB_MyMatrixTypeDefs_INCLUDE_FILE
18 #include ApproxMVBB_MyContainerTypeDefs_INCLUDE_FILE
19 
20 namespace ApproxMVBB{
21 
22 struct GlobalConfigs {
23  using PREC = double;
24 };
25 
26 #define ApproxMVBB_DEFINE_MATRIX_TYPES \
27  using PREC = ApproxMVBB::GlobalConfigs::PREC; \
28  ApproxMVBB_DEFINE_MATRIX_TYPES_OF( PREC ) \
29  ApproxMVBB_DEFINE_CONTAINER_TYPES
30 
31 
32 }
33 
34 
36 
37 #endif
38 
39 
40 
These are some container definitions.


asr_approx_mvbb
Author(s): Gassner Nikolai
autogenerated on Mon Jun 10 2019 12:38:08