config.hpp
Go to the documentation of this file.
1 // Copyright (C) 2008-2011 NICTA (www.nicta.com.au)
2 // Copyright (C) 2008-2011 Conrad Sanderson
3 //
4 // This file is part of the Armadillo C++ library.
5 // It is provided without any warranty of fitness
6 // for any purpose. You can redistribute this file
7 // and/or modify it under the terms of the GNU
8 // Lesser General Public License (LGPL) as published
9 // by the Free Software Foundation, either version 3
10 // of the License or (at your option) any later version.
11 // (see http://www.opensource.org/licenses for more info)
12 
13 
14 
15 // #define ARMA_64BIT_WORD
18 
19 // #define ARMA_USE_CXX11
22 
23 #if !defined(ARMA_USE_LAPACK)
24 // #define ARMA_USE_LAPACK
28 #endif
29 
30 #if !defined(ARMA_USE_BLAS)
31 // #define ARMA_USE_BLAS
36 #endif
37 
38 // #define ARMA_BLAS_LONG
40 
41 // #define ARMA_BLAS_LONG_LONG
43 
44 #define ARMA_BLAS_UNDERSCORE
45 
48 // #define ARMA_BLAS_CAPITALS
50 
51 #if !defined(ARMA_MAT_PREALLOC)
52  #define ARMA_MAT_PREALLOC 16
53 #endif
54 
59 // #define ARMA_USE_TBB_ALLOC
61 
62 // #define ARMA_USE_ATLAS
63 // #define ARMA_ATLAS_INCLUDE_DIR /usr/include/
67 
68 // #define ARMA_USE_BOOST
69 // #define ARMA_USE_BOOST_DATE
70 // #define ARMA_USE_WRAPPER
71 
72 #define ARMA_PRINT_LOGIC_ERRORS
73 #define ARMA_PRINT_RUNTIME_ERRORS
74 
75 // #define ARMA_HAVE_STD_ISFINITE
76 // #define ARMA_HAVE_STD_ISINF
77 // #define ARMA_HAVE_STD_ISNAN
78 // #define ARMA_HAVE_STD_SNPRINTF
79 
80 // #define ARMA_HAVE_LOG1P
81 // #define ARMA_HAVE_GETTIMEOFDAY
82 
83 // #define ARMA_EXTRA_DEBUG
84 // #define ARMA_NO_DEBUG
85 
86 #if defined(ARMA_DONT_USE_ATLAS)
87  #undef ARMA_USE_ATLAS
88  #undef ARMA_ATLAS_INCLUDE_DIR
89 #endif
90 
91 #if defined(ARMA_DONT_USE_LAPACK)
92  #undef ARMA_USE_LAPACK
93 #endif
94 
95 #if defined(ARMA_DONT_USE_BLAS)
96  #undef ARMA_USE_BLAS
97 #endif
98 
99 #if defined(ARMA_DONT_PRINT_LOGIC_ERRORS)
100  #undef ARMA_PRINT_LOGIC_ERRORS
101 #endif
102 
103 #if defined(ARMA_DONT_PRINT_RUNTIME_ERRORS)
104  #undef ARMA_PRINT_RUNTIME_ERRORS
105 #endif


armadillo_matrix
Author(s):
autogenerated on Fri Apr 16 2021 02:31:56