1 #ifndef SAMPLINGALGORITHMS_ALLCLASSWRAPPERS_H_
2 #define SAMPLINGALGORITHMS_ALLCLASSWRAPPERS_H_
4 #include <pybind11/pybind11.h>
7 namespace SamplingAlgorithms{
8 namespace PythonBindings{
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)