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 54a9826 commit da54f6fCopy full SHA for da54f6f
src/eigenpy.cpp
@@ -17,6 +17,9 @@ namespace eigenpy
17
bp::def("setNumpyType",&NumpyType::setNumpyType,
18
bp::arg("Numpy type (np.ndarray or np.matrix)"),
19
"Change the type returned by the converters from an Eigen object.");
20
+
21
+ bp::def("getNumpyType",&NumpyType::getNumpyType,
22
+ "Get the Numpy type returned by the converters from an Eigen object.");
23
24
bp::def("switchToNumpyArray",&NumpyType::switchToNumpyArray,
25
"Set the conversion from Eigen::Matrix to numpy.ndarray.");
0 commit comments