espressif_idf-extra-components/eigen
dmitry1945 07f4c234be
Update eigen/README.md
Co-authored-by: Tomas Rezucha <tomas.rezucha@espressif.com>
2022-09-30 13:37:20 +03:00
..
eigen@3147391d94 Add Eigen port to ESP 2022-09-30 12:29:03 +03:00
CMakeLists.txt Add Eigen port to ESP 2022-09-30 12:29:03 +03:00
LICENSE Add Eigen port to ESP 2022-09-30 12:29:03 +03:00
README.md Update eigen/README.md 2022-09-30 13:37:20 +03:00
dummy.c Add Eigen port to ESP 2022-09-30 12:29:03 +03:00
idf_component.yml Add Eigen port to ESP 2022-09-30 12:29:03 +03:00

README.md

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.