mlpack  master
singletons.hpp
Go to the documentation of this file.
1 
12 #ifndef MLPACK_CORE_UTIL_SINGLETONS_HPP
13 #define MLPACK_CORE_UTIL_SINGLETONS_HPP
14 
15 #include "cli_deleter.hpp"
16 #include <mlpack/mlpack_export.hpp>
17 
18 namespace mlpack {
19 namespace util {
20 
21 extern MLPACK_EXPORT CLIDeleter cliDeleter;
22 
23 } // namespace util
24 } // namespace mlpack
25 
26 #endif
Linear algebra utility functions, generally performed on matrices or vectors.
Definition: binarize.hpp:18
MLPACK_EXPORT CLIDeleter cliDeleter