Skip to content

Commit 92c3de2

Browse files
authored
readme: add badges
1 parent e48d99f commit 92c3de2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
EigenPy
22
======
33

4+
[![License](https://img.shields.io/badge/License-BSD%202--Clause-green.svg)](https://opensource.org/licenses/BSD-2-Clause)
5+
[![Build Status](https://travis-ci.org/stack-of-tasks/eigenpy.svg?branch=devel)](https://travis-ci.org/stack-of-tasks/eigenpy)
6+
[![Conda Downloads](https://anaconda.org/conda-forge/eigenpy/badges/downloads.svg)](https://anaconda.org/conda-forge/eigenpy)
7+
48
**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).
59
**EigenPy** also exposes the Geometry module of Eigen for easy code prototyping.
610
**EigenPy** also supports the basic matrix decomposion routines of Eigen such as the Cholesky decomposition, SVD decomposition, QR decomposition, and etc.

0 commit comments

Comments
 (0)