The core includes that mlpack expects; standard C++ includes and Armadillo. More...

Go to the source code of this file.
Namespaces | |
| std | |
Macros | |
| #define | _USE_MATH_DEFINES |
| #define | BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS |
| #define | BOOST_MPL_LIMIT_LIST_SIZE 50 |
| #define | force_inline |
| #define | M_PI 3.141592653589793238462643383279 |
| #define | MLPACK_CERR_STREAM std::cerr |
| #define | MLPACK_COUT_STREAM std::cout |
| #define | omp_size_t size_t |
Typedefs | |
| template<bool B, class T = void> | |
| using | enable_if_t = typename enable_if< B, T >::type |
The core includes that mlpack expects; standard C++ includes and Armadillo.
mlpack is free software; you may redistribute 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 22 of file prereqs.hpp.
| #define BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS |
Definition at line 79 of file prereqs.hpp.
| #define BOOST_MPL_LIMIT_LIST_SIZE 50 |
Definition at line 80 of file prereqs.hpp.
| #define force_inline |
Definition at line 55 of file prereqs.hpp.
| #define M_PI 3.141592653589793238462643383279 |
Definition at line 39 of file prereqs.hpp.
Referenced by Pendulum::AngleNormalize(), Acrobot::Dsdt(), GELUFunction::Fn(), Pendulum::InitialSample(), MockCategoricalData(), SphericalKernel::Normalizer(), GaussianKernel::Normalizer(), Pendulum::Sample(), and Acrobot::Sample().
| #define MLPACK_CERR_STREAM std::cerr |
Definition at line 51 of file prereqs.hpp.
| #define MLPACK_COUT_STREAM std::cout |
Definition at line 45 of file prereqs.hpp.
Referenced by mlpack::bindings::r::PrintDoc(), mlpack::bindings::r::PrintInputParam(), mlpack::bindings::r::PrintInputProcessing(), mlpack::bindings::r::PrintOutputProcessing(), and mlpack::bindings::r::PrintSerializeUtil().
| #define omp_size_t size_t |
Definition at line 137 of file prereqs.hpp.
Referenced by mlpack::data::Binarize().