svd

Example of the component espressif/eigen v3.4.0~2
# Eigen example for IDF Eigen component

This example shows how to use Eigen library in ESP-IDF projects.

The example does matrix multiplication and single value decomposition (SVD)
transformation.

This example does not require any special hardware, and can be run on any common development board.

To run the example on target please run:

```
idf.py -p PORT flash monitor
```

To create a project from this example, run:

idf.py create-project-from-example "espressif/eigen^3.4.0~2:svd"

or download archive