21 #if defined(ARMA_MAT_PREALLOC) 24 static const uword mat_prealloc = 16;
27 #if defined(ARMA_USE_ATLAS) 28 static const bool atlas =
true;
30 static const bool atlas =
false;
34 #if defined(ARMA_USE_LAPACK) 35 static const bool lapack =
true;
37 static const bool lapack =
false;
41 #if defined(ARMA_USE_BLAS) 42 static const bool blas =
true;
44 static const bool blas =
false;
48 #if defined(ARMA_USE_BOOST) 49 static const bool boost =
true;
51 static const bool boost =
false;
55 #if defined(ARMA_USE_BOOST_DATE) 58 static const bool boost_date =
false;
62 #if !defined(ARMA_NO_DEBUG) && !defined(NDEBUG) 65 static const bool debug =
false;
69 #if defined(ARMA_EXTRA_DEBUG) 72 static const bool extra_debug =
false;
76 #if defined(ARMA_GOOD_COMPILER) 79 static const bool good_comp =
false;
84 defined(ARMA_EXTRA_MAT_PROTO) || defined(ARMA_EXTRA_MAT_MEAT) \ 85 || defined(ARMA_EXTRA_COL_PROTO) || defined(ARMA_EXTRA_COL_MEAT) \ 86 || defined(ARMA_EXTRA_ROW_PROTO) || defined(ARMA_EXTRA_ROW_MEAT) \ 87 || defined(ARMA_EXTRA_CUBE_PROTO) || defined(ARMA_EXTRA_CUBE_MEAT) \ 88 || defined(ARMA_EXTRA_FIELD_PROTO) || defined(ARMA_EXTRA_FIELD_MEAT) \ 92 static const bool extra_code =
false;
static const uword mat_prealloc
static const bool extra_debug
static const bool good_comp
#define ARMA_MAT_PREALLOC
static const bool boost_date
static const bool extra_code