12#ifndef MLPACK_BINDINGS_JULIA_PRINT_JL_HPP
13#define MLPACK_BINDINGS_JULIA_PRINT_JL_HPP
25 const std::string& functionName,
26 const std::string& mlpackJuliaLibSuffix);
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.
Linear algebra utility functions, generally performed on matrices or vectors.
This structure holds all of the information about bindings documentation.