You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-3Lines changed: 14 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,20 @@ Support for many library features initially present in Boost, and which were add
11
11
12
12
These features were finally added to eigenpy with a lot of developer effort. This created additional need for supporting these additional features ourselves, including many downstream consumers (mainly in the robotics community).
13
13
14
-
## Installaton
14
+
## Features
15
+
16
+
- bindings for Eigen's [Geometry module](https://libeigen.gitlab.io/docs/group__Geometry__Module.html) - quaternions, angle-axis representations...
17
+
- bindings for Eigen's matrix dense and sparse decompositions and solvers
18
+
19
+
## Installation
15
20
16
21
### Dependencies
17
22
18
-
- the Eigen C++ template library - [conda-forge](https://anaconda.org/conda-forge/eigen) / [GitLab](https://gitlab.com/libeigen/eigen/)
19
-
-[nanobind](https://github.com/wjakob/nanobind)
23
+
- the Eigen C++ template library - [conda-forge](https://anaconda.org/conda-forge/eigen) | [repo](https://gitlab.com/libeigen/eigen/)
0 commit comments