I try to made a large matrix using ILArray.
ILArray<double> distanceAll = ILMath.zeros(111561, 111561);
But it produce error. It said "Arithmetic operation resulted in an overflow." So, is there a limitation of the size in ILArray? Is it because I use the community edition?
I want to buy the business version. But I need to evaluate this first. I am afraid if it will be the same with the business edition. Because we have a large of data.