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
6e74d285
Verified
Commit
6e74d285
authored
Jan 04, 2021
by
Justin Carpentier
Browse files
readme: update content
parent
92f17c12
Pipeline
#13766
passed with stage
in 21 minutes and 21 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
6e74d285
...
...
@@ -12,10 +12,11 @@ EigenPy — Efficient Python bindings between Numpy/Eigen
**EigenPy**
is an open source framework which allows to bind the famous
[
Eigen
](
http://eigen.tuxfamily.org
)
C++ library in Python.
**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
.
-
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
-
standard matrix decomposion routines of Eigen such as the Cholesky decomposition, SVD decomposition, QR decomposition, and etc.
-
full support of SWIG objects
## Setup
...
...
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