Is there a limited number of terms in an array?
private double[] PivotPr= new double[300000];
When using this, the NT8 hangs at reaching the 99.999 (or close to it, I didn't print it out when exactly) index......
If I use a max of 90000 terms it works.
Thanks

Comment