first attempt at python wrappers

This commit is contained in:
Daniele Panozzo
2015-08-21 18:19:15 +02:00
parent 830960b4ce
commit 5a7d59e1eb
9 changed files with 690 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
#pragma once
#include <pybind/pybind.h>
#include <pybind/operators.h>
#include <pybind/complex.h>
#include <pybind/numpy.h>
#include <pybind/stl.h>
#include "py_doc.h"
namespace py = pybind;