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.

Regarding standard c library file for matrix calculations

Other Parts Discussed in Thread: TMS320F28069M, CONTROLSUITE

Sir, 

I am using TMS320F28069M microcontroller for my new project, which includes lot of calculations on matrices such as matrix multiplication ,matrix division e.t.c.

please suggest a suitable library file which handle these type of matrix calculations.

  Thanks & Regards

Liju Chacko

  • Liju,

    All the relevant available material can be found in the FPU library which is delivered in controlSUITE.  This library implements several different types of vector computation.  For matrix multiplication or addition you could call these functions on a row-by-column or row-by-row basis. 

    If you have installed controlSUITE in the default location, the library will be at:

    C:\ti\controlSUITE\libs\dsp\FPU\v131

    Regards,

    Richard