Hello,
Has someone already developed C code for SVD (Singular Value Decomposition)/eigenvalues and eigenvectors finding based on the DSP matrix lib of the XCORE-200?
I would be interested to see how it is parallelized.
Thx,
Michel
Example of code for SVD/eigenvalues and eigenvectors?
-
- Junior Member
- Posts: 4
- Joined: Tue Jan 24, 2017 6:08 pm
-
Verified
- Experienced Member
- Posts: 117
- Joined: Fri Dec 11, 2009 10:22 am
Sorry, currently we haven't developed either of these. There are functions for matrix and vector linear algebra in lib_dsp that could be useful for developing such functionality. As for parallelisation, this would be dependent on the specifics of your problem.