This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

6x6 Complex Matrix Inversion on the ARM Cortex M4F processor

I want to do a 6x6 complex matrix inversion on the ARM Cortex M4F processor. I am getting the C  code for doing the same with a real matrix using the CMSIS library. Has anyone written a similar C code for complex matrices? Can the  CMSIS library be used to do complex matrix multiplications?