Dean Moldovan | 67b52d8 | 2016-10-16 19:12:43 +0200 | [diff] [blame] | 1 | Python C++ interface |
2 | #################### | ||||
3 | |||||
4 | pybind11 exposes Python types and functions using thin C++ wrappers, which | ||||
5 | makes it possible to conveniently call Python code from C++ without resorting | ||||
6 | to Python's C API. | ||||
7 | |||||
8 | .. toctree:: | ||||
9 | :maxdepth: 2 | ||||
10 | |||||
11 | object | ||||
12 | numpy | ||||
13 | utilities |