help-octave
[Top][All Lists]
Advanced

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

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


From: pehache
Subject: Re: out of memory or dimension too large for Octave's index type
Date: Thu, 10 Nov 2022 00:44:32 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:91.0) Gecko/20100101 Thunderbird/91.11.0

Le 27/10/2022 à 00:51, Jiang, Yanda [E CPE] a écrit :
Hi Nick,


Is there any way to increase intmax of Octave? In other words, from 32bit to 64 bit.


There is an int64 type:


>> a=int64(1)
a = 1
>> class(a)
ans = int64
>> intmax("int64")
ans = 9223372036854775807





reply via email to

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