Example of code for SVD/eigenvalues and eigenvectors?

Technical questions regarding the XTC tools and programming with XMOS.
michcfr
Junior Member
Posts: 4
Joined: Tue Jan 24, 2017 6:08 pm

Example of code for SVD/eigenvalues and eigenvectors?

Post by michcfr »

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
User avatar
andrew
Verified
Experienced Member
Posts: 117
Joined: Fri Dec 11, 2009 10:22 am

Post by andrew »

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.