12 #ifndef MLPACK_BINDINGS_JULIA_PRINT_JL_HPP 13 #define MLPACK_BINDINGS_JULIA_PRINT_JL_HPP 24 void PrintJL(
const util::BindingDetails& doc,
25 const std::string& functionName,
26 const std::string& mlpackJuliaLibSuffix);
Linear algebra utility functions, generally performed on matrices or vectors.
Include all of the base components required to write mlpack methods, and the main mlpack Doxygen docu...
void PrintJL(const util::BindingDetails &doc, const std::string &functionName, const std::string &mlpackJuliaLibSuffix)
Print the code for a .jl binding for an mlpack program to stdout.