13 #ifndef MLPACK_BINDINGS_GO_PRINT_CPP_HPP 14 #define MLPACK_BINDINGS_GO_PRINT_CPP_HPP 26 void PrintCPP(
const util::ProgramDoc& programInfo,
27 const std::string& mainFilename,
28 const std::string& functionName);
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 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 ...