mlpack  3.3.2
print_cpp.hpp
Go to the documentation of this file.
1 
13 #ifndef MLPACK_BINDINGS_GO_PRINT_CPP_HPP
14 #define MLPACK_BINDINGS_GO_PRINT_CPP_HPP
15 
16 #include <mlpack/core.hpp>
17 
18 namespace mlpack {
19 namespace bindings {
20 namespace go {
21 
26 void PrintCPP(const util::ProgramDoc& programInfo,
27  const std::string& mainFilename,
28  const std::string& functionName);
29 
30 
31 } // namespace go
32 } // namespace bindings
33 } // namespace mlpack
34 
35 #endif
Linear algebra utility functions, generally performed on matrices or vectors.
Definition: add_to_po.hpp:21
Include all of the base components required to write mlpack methods, and the main mlpack Doxygen docu...
void PrintCPP(const util::ProgramDoc &programInfo, const std::string &mainFilename, const std::string &functionName)
Given a list of parameter definition and program documentation, print a generated ...