That's my task. I need multiply matrices of similar size. I realize, that C# is not the best choise for such tasks, but that's all i have. I was going to estimate the time it takes for performing such calculations and see if it affordable.
While trying to create a 2-dimensional array of integers of size 10000x10000 I get the System.OutOfMemoryException.
As I have estimated, 10000x10000x4 = 400000000bytes which is about 380 Mbytes. I had more than of 1G free physical memory + virtual memory. So, why is this exception thrown?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.