Go to the documentation of this file.
13 #ifndef __MLPACK_PREREQS_HPP
14 #define __MLPACK_PREREQS_HPP
18 #pragma message "Armadillo was included before mlpack; this can sometimes cause\
19 problems. It should only be necessary to include <mlpack/core.hpp> and not\
34 #define _USE_MATH_DEFINES
38 #include <boost/math/special_functions/gamma.hpp>
42 #define M_PI 3.141592653589793238462643383279
47 #if defined(__GNUG__) && !defined(DEBUG)
49 #define force_inline __attribute__((always_inline))
50 #elif defined(_MSC_VER) && !defined(DEBUG)
52 #define force_inline __forceinline
56 #include <mlpack/core/arma_extend/arma_extend.hpp>
62 #pragma warning(disable : 4519)