Forum Discussion
Altera_Forum
Honored Contributor
10 years agoI don't think it is supported, based on the datasheet (https://www.altera.com/content/dam/altera-www/global/en_us/pdfs/literature/ug/ug_altfp_mfug.pdf) for the IP:
"DIMENSION: The number of rows in the matrix. As the matrix is square, this is also the number of columns in the matrix. The supported dimensions are 4 x 4, 6 x 6, 8 x 8, 16 x 16, 32 x 32, and 64 x 64." It seems to imply that a square matrix is required. And 200x12 is larger than the 64 maximum anyway. Besides, I wasn't aware you can find an inverse for a non-square matrix. Been quite some time since I did matrix stuff in detail, so I could quite easily be wrong on that.