Go to the documentation of this file.
22 #ifndef __MLPACK_CORE_HPP
23 #define __MLPACK_CORE_HPP
163 #define _USE_MATH_DEFINES
167 #include <boost/math/special_functions/gamma.hpp>
171 #define M_PI 3.141592653589793238462643383279
176 #if defined(__GNUG__) && !defined(DEBUG)
178 #define force_inline __attribute__((always_inline))
179 #elif defined(_MSC_VER) && !defined(DEBUG)
181 #define force_inline __forceinline
185 #include <mlpack/core/arma_extend/arma_extend.hpp>