diff --git a/README.md b/README.md index 8718d885f378c9dda5d7b9d52a4a707ac2af3a75..951c573597b778ffb717ae797380ce419f59227e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ EigenPy ====== +[](https://opensource.org/licenses/BSD-2-Clause) +[](https://travis-ci.org/stack-of-tasks/eigenpy) +[](https://anaconda.org/conda-forge/eigenpy) + **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** 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.