Update eigen/README.md

Co-authored-by: Tomas Rezucha <tomas.rezucha@espressif.com>
This commit is contained in:
dmitry1945 2022-09-30 13:37:20 +03:00 committed by GitHub
parent b9ae2136d9
commit 07f4c234be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,10 @@
The component port Eigen library into the esp-idf.
The Eigen is a C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms.
The source code for Eigne is here: https://gitlab.com/libeigen/eigen
# Eigen for ESP-IDF
This component ports Eigen library into the esp-idf.
**Eigen is a C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms.**
For more information go to http://eigen.tuxfamily.org/.
For ***pull request***, ***bug reports***, and ***feature requests***, go to https://gitlab.com/libeigen/eigen.