first attempt at python wrappers
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user