MUQ  0.4.3
Module.cpp
Go to the documentation of this file.
1 #include <pybind11/pybind11.h>
2 #include <pybind11/stl.h>
3 #include <pybind11/eigen.h>
4 
5 #include "AllClassWrappers.h"
6 
7 using namespace muq::Modeling::PythonBindings;
8 namespace py = pybind11;
9 
10 PYBIND11_MODULE(pymuqModeling_, m) {
12  ModPieceWrapper(m);
16  ODEWrapper(m);
17  SDEWrapper(m);
18 }
PYBIND11_MODULE(pymuqApproximation, m)
Definition: Module.cpp:10
void SDEWrapper(pybind11::module &m)
void ODEWrapper(pybind11::module &m)
void DistributionWrapper(pybind11::module &m)
void ModPieceWrapper(pybind11::module &m)
void CwiseUnaryOperatorsWrapper(pybind11::module &m)
void LinearOperatorWrapper(pybind11::module &m)
void WorkPieceWrapper(pybind11::module &m)