mlpack  3.4.2
print_pyx.hpp
Go to the documentation of this file.
1 
13 #ifndef MLPACK_BINDINGS_PYTHON_GENERATE_PYX_HPP
14 #define MLPACK_BINDINGS_PYTHON_GENERATE_PYX_HPP
15 
16 #include <mlpack/core.hpp>
17 
18 namespace mlpack {
19 namespace bindings {
20 namespace python {
21 
32  const std::string& mainFilename,
33  const std::string& functionName);
34 
35 
36 } // namespace python
37 } // namespace bindings
38 } // namespace mlpack
39 
40 #endif
mlpack
Linear algebra utility functions, generally performed on matrices or vectors.
Definition: add_to_cli11.hpp:21
mlpack::bindings::python::PrintPYX
void PrintPYX(const util::BindingDetails &doc, const std::string &mainFilename, const std::string &functionName)
Given a list of parameter definition and program documentation, print a generated ....
mlpack::util::BindingDetails
This structure holds all of the information about bindings documentation.
Definition: binding_details.hpp:25
core.hpp
Include all of the base components required to write mlpack methods, and the main mlpack Doxygen docu...
python
python
Definition: CMakeLists.txt:6