I have a very large matrix but many of its members are zero but it does not have an specific shape like being banded or etc.
Is there any possiblity that I can reduce memory usage for storing this matrix for using MKL to solve marix operations?
Currently for a not very large model I need more than 32GB of RAM.