mlpack 3.4.2
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
17namespace mlpack {
18namespace bindings {
19namespace julia {
20
25 const std::string& functionName,
26 const std::string& mlpackJuliaLibSuffix);
27
28} // namespace julia
29} // namespace bindings
30} // namespace mlpack
31
32#endif
Include all of the base components required to write mlpack methods, and the main mlpack Doxygen docu...
julia
Definition: CMakeLists.txt:6
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.
Definition: cv.hpp:1
This structure holds all of the information about bindings documentation.