You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
m.doc() = "pybind11 example plugin"; // optional module docstring
m.def("full_cpp", &full_cpp, "A function which computes the sum of Lagrangian's trigonometric identities - full c++");
m.def("cpp_outer_loop_gil", &cpp_outer_loop_gil, "A function which computes the sum of Lagrangian's trigonometric identities - mixed c++ / python");
m.def("cpp_outer_loop_process", &cpp_outer_loop_process, "A function which computes the sum of Lagrangian's trigonometric identities - mixed c++ / python with multiprocessed inner python loop");