Hi,
For my project, I have to make lot of matrix operation (mul, transpose, inverse). Concerning matrix mul, rather than develop my own function, I trying to use DSPlib function (DSPF_sp_mat_mul). But this function work only with : "All r1, c1, c2 are assumed to be multiple of 2 and >=2".
I need to make some (4x3 * 3x1) or (3x3 * 3x3) matrix mul for exemple. Can I use some optimize functions from DSPlib ? Or I need to develop my own function ?
I work on 6678 DSP.
Thanking you in advance