first attempt at python wrappers

Former-commit-id: 5a7d59e1eb
This commit is contained in:
Daniele Panozzo
2015-08-21 18:19:15 +02:00
parent 955436a021
commit 73d1e34462
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;