Skip to content
Snippets Groups Projects
Unverified Commit 92c3de26 authored by Justin Carpentier's avatar Justin Carpentier Committed by GitHub
Browse files

readme: add badges

parent e48d99f0
No related branches found
No related tags found
No related merge requests found
EigenPy
======
[![License](https://img.shields.io/badge/License-BSD%202--Clause-green.svg)](https://opensource.org/licenses/BSD-2-Clause)
[![Build Status](https://travis-ci.org/stack-of-tasks/eigenpy.svg?branch=devel)](https://travis-ci.org/stack-of-tasks/eigenpy)
[![Conda Downloads](https://anaconda.org/conda-forge/eigenpy/badges/downloads.svg)](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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment