**EigenPy** is an open source framework which allows to bind the famous [Eigen](http://eigen.tuxfamily.org) in Python as NumPy object (as matrix or array).
**EigenPy** allows the sharing of memory between Numpy and Eigen avoiding memory allocation.
**EigenPy** fully support Eigen::Ref avoiding memory allocation.
**EigenPy** also exposes the Geometry module of Eigen for easy code prototyping.
**EigenPy** also supports the basic matrix decomposion routines of Eigen such as the Cholesky decomposition, SVD decomposition, QR decomposition, and etc.
...
...
@@ -16,31 +19,31 @@ EigenPy — Python bindings between Numpy and Eigen
The installation of **EigenPy** on your computer is made easy for Linux/BSD and Mac OS X environments.
### The Conda approach
You simply need this simple line:
```
conda install eigenpy -c conda-forge
```
### Ubuntu
You can easily install **EigenPy** from binairies.
#### Add robotpkg apt repository
1. Check your distribution codename in a terminal with the following command: