matrix size limitations


 
I too am having problems with the memory limitations on the size of the matrix.  I am trying to make a matrix of size 2113 * 2113 and I get the error message: java.lang.OutOfMemoryError. 
With the following code the error message appears.
 
Matrix M = new Matrix(2113, 2113);
 
Can anyone help?
 
Thank you.
 
femke
 
 
 


Date Index | Thread Index | Problems or questions? Contact list-master@nist.gov