MUQ  0.4.3
AllClassWrappers.h
Go to the documentation of this file.
1 #ifndef APPROXIMATION_ALLCLASSWRAPPERS_H_
2 #define APPROXIMATION_ALLCLASSWRAPPERS_H_
3 
4 #include <pybind11/pybind11.h>
5 
6 namespace muq{
7  namespace Approximation{
8  namespace PythonBindings{
9 
10  void KernelWrapper(pybind11::module &m);
11  void GaussianWrapper(pybind11::module &m);
12  void PolynomialsWrapper(pybind11::module &m);
13  void KLWrapper(pybind11::module &m);
14  void QuadratureWrapper(pybind11::module &m);
15  void PolynomialChaosWrapper(pybind11::module &m);
16 
17  }
18  }
19 }
20 
21 
22 #endif
void QuadratureWrapper(pybind11::module &m)
void KLWrapper(pybind11::module &m)
void PolynomialChaosWrapper(pybind11::module &m)
void PolynomialsWrapper(pybind11::module &m)
void GaussianWrapper(pybind11::module &m)
void KernelWrapper(pybind11::module &m)