TypeDefs.hpp
Go to the documentation of this file.
00001 // ========================================================================================
00002 //  ApproxMVBB
00003 //  Copyright (C) 2014 by Gabriel Nützi <nuetzig (at) imes (d0t) mavt (d0t) ethz (døt) ch>
00004 //
00005 //  This Source Code Form is subject to the terms of the Mozilla Public
00006 //  License, v. 2.0. If a copy of the MPL was not distributed with this
00007 //  file, You can obtain one at http://mozilla.org/MPL/2.0/.
00008 // ========================================================================================
00009 
00010 #ifndef ApproxMVBB_Common_TypeDefs_hpp
00011 #define ApproxMVBB_Common_TypeDefs_hpp
00012 
00013 #include <random>
00014 
00015 #include "ApproxMVBB/Config/Config.hpp"
00016 #include ApproxMVBB_Platform_INCLUDE_FILE
00017 #include ApproxMVBB_MyMatrixTypeDefs_INCLUDE_FILE
00018 #include ApproxMVBB_MyContainerTypeDefs_INCLUDE_FILE
00019 
00020 namespace ApproxMVBB{
00021 
00022 struct GlobalConfigs {
00023     using PREC = double;
00024 };
00025 
00026 #define ApproxMVBB_DEFINE_MATRIX_TYPES \
00027     using PREC = ApproxMVBB::GlobalConfigs::PREC; \
00028     ApproxMVBB_DEFINE_MATRIX_TYPES_OF( PREC ) \
00029     ApproxMVBB_DEFINE_CONTAINER_TYPES
00030 
00031 
00032 }
00033 
00034 
00035 #include "ApproxMVBB/TypeDefsPoints.hpp"
00036 
00037 #endif
00038 
00039 
00040 


asr_approx_mvbb
Author(s): Gassner Nikolai
autogenerated on Sat Jun 8 2019 20:21:50