Closed GoogleCodeExporter closed 9 years ago
You sure you're getting an ArrayIndexOutOfBoundsException? I'm asking because
you are requesting that it to create a matrix that uses 1.16 terrabytes of RAM.
Windows 7 can have at most 192 GB. This is the exception I get on my
computer:
Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
at org.ejml.data.DenseMatrix64F.<init>(DenseMatrix64F.java:148)
at org.ejml.data.SimpleMatrix.<init>(SimpleMatrix.java:132)
at Main_EJML.main(Main_EJML.java:27)
Assuming your application allows it, you probably want a library that supports
sparse matrices. EJML does not yet support sparse matrices.
Original comment by peter.ab...@gmail.com
on 31 Jan 2011 at 11:54
Original issue reported on code.google.com by
tim....@tctechinc.com
on 31 Jan 2011 at 7:31Attachments: