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 024e04b commit d66988bCopy full SHA for d66988b
README.md
@@ -1,4 +1,4 @@
1
-EigenPy — Efficient Python bindings between Numpy/Eigen
+EigenPy — Versatile and efficient Python bindings between Numpy and Eigen
2
======
3
4
<p align="center">
@@ -21,7 +21,7 @@ EigenPy — Efficient Python bindings between Numpy/Eigen
21
- full support of SWIG objects
22
- full support of runtime declaration of Numpy scalar types
23
- extended API to expose std::vector types
24
- - full support of vectorization instructions between C++ and Python
+ - full support of vectorization between C++ and Python (all the hold objects are properly aligned in memory)
25
26
## Setup
27
0 commit comments