MUQ  0.4.3
AllClassWrappers.h
Go to the documentation of this file.
1 #ifndef SAMPLINGALGORITHMS_ALLCLASSWRAPPERS_H_
2 #define SAMPLINGALGORITHMS_ALLCLASSWRAPPERS_H_
3 
4 #include <pybind11/pybind11.h>
5 
6 namespace muq{
7  namespace SamplingAlgorithms{
8  namespace PythonBindings{
9 
10  void KernelWrapper(pybind11::module &m);
11  void ProposalWrapper(pybind11::module &m);
12  void SampleWrapper(pybind11::module &m);
13  void MCMCWrapper(pybind11::module &m);
14  void ProblemWrapper(pybind11::module &m);
15  }
16  }
17 }
18 
19 
20 #endif
void KernelWrapper(pybind11::module &m)
void ProposalWrapper(pybind11::module &m)
void MCMCWrapper(pybind11::module &m)
void SampleWrapper(pybind11::module &m)
void ProblemWrapper(pybind11::module &m)