Registered Member
|
I am working on a workstation with 300 GB memory but when I try to process (multiplication) on 300000 x 300000 matrix it causes this error
But if I reduce the matrix to 30000 x 30000 afterwards no problem. What can be the cause of this error, is it the Eigen limitation for size of matrix allocation ? Any idea? |
Registered Member
|
Your matrix has (3*10^5)^2 = 9*10^10 entries, and every entry is a double occupying 8 bytes, this is 72*10^10 bytes which is approximately 720 GB.
|
Registered Member
|
U R totally right that was my missing zero mistake as I capitulated the required size.
|
Registered users: Bing [Bot], Google [Bot], Sogou [Bot], Yahoo [Bot]