config.hpp
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018 #define ARMA_HAVE_STD_ISFINITE
00019 #define ARMA_HAVE_STD_ISINF
00020 #define ARMA_HAVE_STD_ISNAN
00021 #define ARMA_HAVE_STD_SNPRINTF
00022
00023 #define ARMA_HAVE_LOG1P
00024 #define ARMA_HAVE_GETTIMEOFDAY
00025
00026
00027 #define ARMA_USE_LAPACK
00028 #define ARMA_USE_BLAS
00029 #define ARMA_USE_BOOST
00030 #define ARMA_USE_BOOST_DATE
00031
00032
00033
00034
00035 #if defined(ARMA_USE_ATLAS)
00036 #if !defined(ARMA_ATLAS_INCLUDE_DIR)
00037 #define ARMA_ATLAS_INCLUDE_DIR
00038 #endif
00039 #endif