We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 807901b commit a2c7fb2Copy full SHA for a2c7fb2
src/module.cpp
@@ -38,8 +38,8 @@ NB_MODULE(nanoeigenpy, m) {
38
exposeSimplicialLDLT<Matrix>(m, "SimplicialLDLT");
39
40
// Geometry
41
- // exposeQuaternion<Scalar>(m, "Quaternion");
42
- // exposeAngleAxis<double>(m, "AngleAxis");
+ exposeQuaternion<Scalar>(m, "Quaternion");
+ exposeAngleAxis<Scalar>(m, "AngleAxis");
43
44
// Utils
45
exposeIsApprox<double>(m);
0 commit comments