Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stack Of Tasks
eigenpy
Commits
715b907b
Commit
715b907b
authored
Aug 25, 2021
by
Guilhem Saurel
Browse files
badges: add PyPI
parent
7b4e9b05
Pipeline
#15764
passed with stage
in 20 minutes and 42 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
715b907b
...
...
@@ -7,11 +7,12 @@ EigenPy — Efficient Python bindings between Numpy/Eigen
<a
href=
"https://anaconda.org/conda-forge/eigenpy"
><img
src=
"https://img.shields.io/conda/dn/conda-forge/eigenpy.svg"
alt=
"Conda Downloads"
/></a>
<a
href=
"https://anaconda.org/conda-forge/eigenpy"
><img
src=
"https://img.shields.io/conda/vn/conda-forge/eigenpy.svg"
alt=
"Conda Version"
/></a>
<a
href=
"https://conda.anaconda.org/conda-forge"
><img
src=
"https://anaconda.org/conda-forge/eigenpy/badges/installer/conda.svg"
alt=
"Anaconda-Server Badge"
/></a>
<a
href=
"https://badge.fury.io/py/eigenpy"
><img
src=
"https://badge.fury.io/py/eigenpy.svg"
alt=
"PyPI version"
height=
"18"
></a>
</p>
**EigenPy**
is an open source framework which allows to bind the famous
[
Eigen
](
http://eigen.tuxfamily.org
)
C++ library in Python.
**EigenPy**
provides:
**EigenPy**
provides:
-
full memory sharing between Numpy and Eigen avoiding memory allocation
-
full support Eigen::Ref avoiding memory allocation
-
exposition of the Geometry module of Eigen for easy code prototyping
...
...
@@ -60,7 +61,7 @@ where 35 should be replaced by the python 3 you want to work this (e.g. `robotpk
### Mac OS X
The installation of
**EigenPy**
on Mac OS X is made via
[
HomeBrew
](
https://brew.sh/
)
.
The installation of
**EigenPy**
on Mac OS X is made via
[
HomeBrew
](
https://brew.sh/
)
.
You just need to register the tap of the sofware repository.
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment