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::Utilities::PythonBindings
;
8
namespace
py
=
pybind11
;
9
10
11
PYBIND11_MODULE
(pymuqUtilities, m) {
12
13
//LinearAlgebraWrapper(m);
14
MultiIndicesWrapper
(m);
15
GeneralUtilitiesWrapper
(m);
16
17
}
PYBIND11_MODULE
PYBIND11_MODULE(pymuqApproximation, m)
Definition:
Module.cpp:10
muq::Utilities::PythonBindings
Definition:
AllClassWrappers.h:9
muq::Utilities::PythonBindings::MultiIndicesWrapper
void MultiIndicesWrapper(pybind11::module &m)
muq::Utilities::PythonBindings::GeneralUtilitiesWrapper
void GeneralUtilitiesWrapper(pybind11::module &m)
pybind11
Definition:
pybind11_json.h:194
doxygen_prep
modules
Utilities
python
Module.cpp
Generated on Wed Jun 12 2024 00:48:27 for MUQ by
1.9.1