This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Any Mathematical Libraries for Statistical Calculation for Code Composer Studio

Other Parts Discussed in Thread: OMAP-L137

Hi everyone,

I'm using OMAP-L137 and I really need any statistical library that can be used inside Code Composer Studio. I need to perform eigenvector/eigenvalue and covariance matrix calculation. For covariance matrix calculation, I need to calculate for more than 200 elements and it is seriously slow by calculating it manually.

I've found ALGLIB library for use in C/C++ (eg. Visual C++) and it has increased the covariance matrix calculation from 5-6 minutes to just a few seconds in Visual C++. I couldn't get the library compile in Code Composer Studio. If anyone know how to perform these in Code Composer Studio, please reply me. I don't think these operations are available inside the math.h

Many thanks,

Rizuan