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 8cd3f65 commit 8bf3777Copy full SHA for 8bf3777
python/main.cpp
@@ -28,6 +28,9 @@ BOOST_PYTHON_MODULE(eigenpy_pywrap) {
28
"Checks if the current version of EigenPy is at least the version "
29
"provided by the input arguments.");
30
31
+ bp::def("SimdInstructionSetsInUse", &Eigen::SimdInstructionSetsInUse,
32
+ "Get the set of SIMD instructions in use with Eigen.");
33
+
34
exposeAngleAxis();
35
exposeQuaternion();
36
exposeGeometryConversion();
0 commit comments