Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00018
00019
00022
00023 #if !defined(ARMA_USE_LAPACK)
00024
00028 #endif
00029
00030 #if !defined(ARMA_USE_BLAS)
00031
00036 #endif
00037
00038
00040
00041
00043
00044 #define ARMA_BLAS_UNDERSCORE
00045
00046
00047
00048
00050
00051 #if !defined(ARMA_MAT_PREALLOC)
00052 #define ARMA_MAT_PREALLOC 16
00053 #endif
00054
00055
00056
00057
00058
00059
00061
00062
00063
00067
00068
00069
00070
00071
00072 #define ARMA_PRINT_LOGIC_ERRORS
00073 #define ARMA_PRINT_RUNTIME_ERRORS
00074
00075
00076
00077
00078
00079
00080
00081
00082
00083
00084
00085
00086 #if defined(ARMA_DONT_USE_ATLAS)
00087 #undef ARMA_USE_ATLAS
00088 #undef ARMA_ATLAS_INCLUDE_DIR
00089 #endif
00090
00091 #if defined(ARMA_DONT_USE_LAPACK)
00092 #undef ARMA_USE_LAPACK
00093 #endif
00094
00095 #if defined(ARMA_DONT_USE_BLAS)
00096 #undef ARMA_USE_BLAS
00097 #endif
00098
00099 #if defined(ARMA_DONT_PRINT_LOGIC_ERRORS)
00100 #undef ARMA_PRINT_LOGIC_ERRORS
00101 #endif
00102
00103 #if defined(ARMA_DONT_PRINT_RUNTIME_ERRORS)
00104 #undef ARMA_PRINT_RUNTIME_ERRORS
00105 #endif