You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**EigenPy** is an opensource framework which allows to bind the famous [Eigen](http://eigen.tuxfamily.org) C++ library in Python via Boost.Python.
13
+
**EigenPy** is an open-source framework that allows the binding of the famous [Eigen](http://eigen.tuxfamily.org) C++ library in Python via Boost.Python.
14
14
15
15
**EigenPy** provides:
16
-
- full memory sharing between Numpy and Eigen avoiding memory allocation
16
+
- full memory sharing between Numpy and Eigen, avoiding memory allocation
17
17
- full support Eigen::Ref avoiding memory allocation
18
18
- full support of the Eigen::Tensor module
19
19
- exposition of the Geometry module of Eigen for easy code prototyping
20
-
- standard matrix decomposion routines of Eigen such as the Cholesky decomposition, SVD decomposition, QR decomposition, and etc.
20
+
- standard matrix decomposion routines of Eigen such as the Cholesky decomposition, SVD decomposition, QR decomposition, etc.
21
21
- full support of SWIG objects
22
22
- full support of runtime declaration of Numpy scalar types
23
23
- extended API to expose std::vector types
24
24
- full support of vectorization between C++ and Python (all the hold objects are properly aligned in memory)
25
25
26
26
## Setup
27
27
28
-
The installation of **EigenPy** on your computer is made easy for Linux/BSD, Mac OS X and Windows environments.
28
+
The installation of **EigenPy** on your computer is made easy for Linux/BSD, Mac OS X, and Windows environments.
0 commit comments