Hello, I am working with OMAP L138 lcdk. I need to find out the eigen values of a matrix. Is there any libraries for eigen value decomposition in DSP? Thank you in advance.
There exist very many libraries for numerical computations: https://en.wikipedia.org/wiki/List_of_numerical_libraries I don't know whether any of them were designed especially for usage with DSPs. If the source code is available, which is true for quite a few of them like the GNU Scientific Library, you should probably be able to make it compile and run on a DSP.
:
Edited by User
TI has a linear algebra library for both ARM and C6000 (so it should work on any of the cores of your OMAP): https://www.ti.com/lsds/ti/processors/technology/libraries/linear-algebra-libraries.page