blob: 6885bdcff1b56bbab5605873ccb1e0676864bb03 [file] [log] [blame]
Python C++ interface
####################
pybind11 exposes Python types and functions using thin C++ wrappers, which
makes it possible to conveniently call Python code from C++ without resorting
to Python's C API.
.. toctree::
:maxdepth: 2
object
numpy
utilities