Back to home page

EIC code displayed by LXR

 
 

    


Warning, /jana2/src/python/externals/pybind11-2.10.3/docs/advanced/pycpp/index.rst is written in an unsupported language. File is not indexed.

0001 Python C++ interface
0002 ####################
0003 
0004 pybind11 exposes Python types and functions using thin C++ wrappers, which
0005 makes it possible to conveniently call Python code from C++ without resorting
0006 to Python's C API.
0007 
0008 .. toctree::
0009    :maxdepth: 2
0010 
0011    object
0012    numpy
0013    utilities