Walrfi
Walrfi

Reputation: 121

Matrix where columns store the same information as rows - Efficient way to store

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

Answers (0)

Related Questions