MUQ  0.4.3
AllClassWrappers.h
Go to the documentation of this file.
1 #ifndef OPTIMIZATION_ALLCLASSWRAPPERS_H_
2 #define OPTIMIZATION_ALLCLASSWRAPPERS_H_
3 
4 #include <pybind11/pybind11.h>
5 
6 namespace muq {
7  namespace Optimization {
8  namespace PythonBindings {
9  void CostFunctionWrapper(pybind11::module &m);
10  void OptimizationWrapper(pybind11::module &m);
11  } // namespace PythonBindings
12  } // namespace Optimization
13 } // namespace muq
14 
15 #endif
void OptimizationWrapper(pybind11::module &m)
void CostFunctionWrapper(pybind11::module &m)