Reputation: 121
I have a 168x168 matrix, each element is a 16bit variable, it happens that the values of each row correspond to the same values on the same column, so column 1 has the same values as row 1 and so on and so forth.
I would benefit from having a smaller memory footprint and it seems there is some duplicated information there but I cannot think of any way to store that same information in a smaller matrix/array.
Is it possible?
Upvotes: 1
Views: 29