call Cython function from C++

前端 未结 3 1386
终归单人心
终归单人心 2020-12-13 14:33

I have a C++ library that has a Python wrapper (written with SWIG). This library allows executing small user-defined code (a callback), such as element-wise operations on a

3条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-13 15:11

    Embedding Python in Another Application may be useful reading.

提交回复
热议问题