Go to the documentation of this file.
22 #ifndef __MLPACK_CORE_HPP
23 #define __MLPACK_CORE_HPP
161 #define _USE_MATH_DEFINES
165 #include <boost/math/special_functions/gamma.hpp>
169 #define M_PI 3.141592653589793238462643383279
174 #if defined(__GNUG__) && !defined(DEBUG)
176 #define force_inline __attribute__((always_inline))
177 #elif defined(_MSC_VER) && !defined(DEBUG)
179 #define force_inline __forceinline
183 #include <mlpack/core/arma_extend/arma_extend.hpp>