mlpack  3.1.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
print_jl.hpp
Go to the documentation of this file.
1 
12 #ifndef MLPACK_BINDINGS_JULIA_PRINT_JL_HPP
13 #define MLPACK_BINDINGS_JULIA_PRINT_JL_HPP
14 
15 #include <mlpack/core.hpp>
16 
17 namespace mlpack {
18 namespace bindings {
19 namespace julia {
20 
24 void PrintJL(const util::ProgramDoc& programInfo,
25  const std::string& functionName,
26  const std::string& mlpackJuliaLibSuffix);
27 
28 } // namespace julia
29 } // namespace bindings
30 } // namespace mlpack
31 
32 #endif
void PrintJL(const util::ProgramDoc &programInfo, const std::string &functionName, const std::string &mlpackJuliaLibSuffix)
Print the code for a .jl binding for an mlpack program to stdout.
Include all of the base components required to write mlpack methods, and the main mlpack Doxygen docu...
string(REGEX REPLACE".*#define MLPACK_VERSION_MINOR ([0-9]+).*""\\1"MLPACK_VERSION_MINOR"${VERSION_HPP_CONTENTS}") string(REGEX REPLACE".* "\\1" MLPACK_VERSION_PATCH "$
Definition: CMakeLists.txt:35