MUQ  0.4.3
AllClassWrappers.h
Go to the documentation of this file.
1 #ifndef UTILITIES_ALLCLASSWRAPPERS_H_
2 #define UTILITIES_ALLCLASSWRAPPERS_H_
3 
4 #include <pybind11/pybind11.h>
5 
6 namespace muq{
7  namespace Utilities{
8 
9  namespace PythonBindings{
10 
11  //void HDF5Wrapper(pybind11::module &m);
12  //void LinearAlgebraWrapper(pybind11::module &m);
13  void MultiIndicesWrapper(pybind11::module &m);
14  void GeneralUtilitiesWrapper(pybind11::module &m);
15 
16  }
17  }
18 }
19 
20 
21 #endif
void MultiIndicesWrapper(pybind11::module &m)
void GeneralUtilitiesWrapper(pybind11::module &m)