Hi,
I implemented LU decomposition algorithm to find the inverse of a 36 x 36 complex matrix (In turn I had to convert this in to a 72 x 72 matrix before I could pass it to the matrix inverse algorithm). This is increasing the CPU cycles required for the computation and hence my C - code is not meeting the time requirement.
I was wondering if there is any DSP library function available to find the inverse of a complex matrix? I checked the forum but couldn't get much help.
If there is no such library function available for CCS, I would appreciate if somebody can guide me towards better complex matrix inverse algorithms or ideas.
Thank you.