help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

out of memory or dimension too large for Octave's index type


From: dkeck
Subject: out of memory or dimension too large for Octave's index type
Date: Tue, 17 Jun 2014 06:43:17 -0700 (PDT)

I am using glpk to solve an optimization problem of the form 'Ax<=b'.
A submatrix of 'A' with size 5280 x 4608 fails to be built with "out of
memory or dimension too large for Octave's index type"-error. These are
24,330,240 elements which are far below the 2e9 element border
(http://octave.1599824.n4.nabble.com/error-memory-exhausted-or-requested-size-too-large-for-range-of-Octave-s-index-type-td3357172.html).

The complete size of A will be 7398 x 4608 in the current scenario. And
should also work fine:
http://www.gnu.org/software/octave/doc/interpreter/Compiling-Octave-with-64_002dbit-Indexing.html

But I could not test it yet.

Does anybody have an idea what could cause the "out of memory"-error here?

Regards,
Daniel



--
View this message in context: 
http://octave.1599824.n4.nabble.com/out-of-memory-or-dimension-too-large-for-Octave-s-index-type-tp4664823.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]