mlpack
1.0.12
|
The core includes that mlpack expects; standard C++ includes and Armadillo. More...
Go to the source code of this file.
Macros | |
#define | _USE_MATH_DEFINES |
#define | force_inline |
#define | M_PI 3.141592653589793238462643383279 |
The core includes that mlpack expects; standard C++ includes and Armadillo.
This file is part of mlpack 1.0.12.
mlpack is free software; you may redstribute it and/or modify it under the terms of the 3-clause BSD license. You should have received a copy of the 3-clause BSD license along with mlpack. If not, see http://www.opensource.org/licenses/BSD-3-Clause for more information.
Definition in file prereqs.hpp.
#define _USE_MATH_DEFINES |
Definition at line 34 of file prereqs.hpp.
#define force_inline |
Definition at line 46 of file prereqs.hpp.
#define M_PI 3.141592653589793238462643383279 |
Definition at line 42 of file prereqs.hpp.
Referenced by mlpack::kernel::SphericalKernel::Normalizer(), mlpack::kernel::GaussianKernel::Normalizer(), and mlpack::gmm::phi().