Relative Content

Tag Archive for pythonmemorylarge-data

How to handle extremely large matrix’s operations?

I need to handle extremely large matrix (larger than (150K, 150k)) and use these matrices to do matrix operations (mainly matrix multiplications and calculate the inverse of matrix). This process needs large memory (larger than 183GB) so that calculations may fail. May I ask is there any way to reduce the memory usage by sacrificing runtime?