Go to the documentation of this file. 14 #if defined(ARMA_USE_ATLAS) 15 #if !defined(ARMA_ATLAS_INCLUDE_DIR) 22 #define ARMA_STR1(x) x 23 #define ARMA_STR2(x) ARMA_STR1(x) 25 #define ARMA_CBLAS ARMA_STR2(ARMA_ATLAS_INCLUDE_DIR)ARMA_STR2(cblas.h) 26 #define ARMA_CLAPACK ARMA_STR2(ARMA_ATLAS_INCLUDE_DIR)ARMA_STR2(clapack.h) 30 #include ARMA_INCFILE_WRAP(ARMA_CBLAS) 31 #include ARMA_INCFILE_WRAP(ARMA_CLAPACK)