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 7d9048b commit c98aafbCopy full SHA for c98aafb
examples/custom_numeric_type/readme.md
@@ -0,0 +1,10 @@
1
+# An example of using eigenpy to extend Python using Eigen linear algebra package with custom numeric types
2
+
3
+## Building
4
5
+1. Make a build directory. Move into it
6
+2. `cmake ../`
7
+3. `make`
8
+4. `make install`
9
+5. Move back up a directory
10
+6. `python3 examplescript.py`
0 commit comments