Replies: 1 comment
-
Please take a look at the documentation on readthedocs. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm maintaining a library that used pybind11/eigen.h. It appears this header is not in nanobind, but there is the eigen directory. How do we port binding code that relied on eigen.h to nanobind?
In particular, this library used const Eigen::Matrix4f&
Beta Was this translation helpful? Give feedback.
All reactions