Please note: We are aware of an issue affecting replies on the Arm Community forums, which may not be loading as expected.

We apologize for any inconvenience and appreciate your patience while we investigate and work to resolve the issue.

Thank you for your understanding.


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?