[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: sizemax() and 64-bit systems
From: |
Martin Helm |
Subject: |
Re: sizemax() and 64-bit systems |
Date: |
Mon, 13 Aug 2012 12:17:45 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120713 Thunderbird/14.0 |
Am 13.08.2012 07:59, schrieb Mike Miller:
> Is there another way to get the sizemax() functionality? I'm trying
> to find out for these machines what is the largest number of elements
> per matrix. Is there a way to figure it out from octave_config_info?
Just look for USE_64_BIT_IDX_T in octave_config_info, if that is set to
false the limit will be roughly 2e9 (a bit less than 2^31).