wrap/pybind11/tests/test_cmake_build/main.cpp
Go to the documentation of this file.
1 #include <pybind11/pybind11.h>
2 namespace py = pybind11;
3 
4 PYBIND11_MODULE(test_cmake_build, m) {
5  m.def("add", [](int i, int j) { return i + j; });
6 }
Matrix3f m
PYBIND11_MODULE(test_cmake_build, m)
std::ptrdiff_t j


gtsam
Author(s):
autogenerated on Sat May 8 2021 02:42:35