Other Parts Discussed in Thread: IWR6843, MATHLIB
Hello, I am working on a custom application for the DSP on the IWR6843 AOP that requires doing a lot of matrix operations. I am looking through "dsplib_c674x_3_4_0_0" and am finding it incomplete in terms of the full suite of matrix operations. I specifically need:
matrix multiply (available)
matrix inverse (not available)
matrix add (not available)
matrix transpose (available)
Am I looking in the wrong location, are these operations available and are named something else? I would not like to port the cmsis matrix library since a DSP should have these operations available to the user.