mlpack 3.4.2
arma_config.hpp
Go to the documentation of this file.
1
15#ifndef MLPACK_CORE_UTIL_ARMA_CONFIG_HPP
16#define MLPACK_CORE_UTIL_ARMA_CONFIG_HPP
17
18#define MLPACK_ARMA_64BIT_WORD
19
20#define MLPACK_ARMA_USE_OPENMP
21
22#endif