Re: out of memory or dimension too large for Octave's index type
pehache <[email protected]> Thu, 10 Nov 2022 00:44:32 +0100
| Newsgroups | gmane.comp.gnu.octave.general |
|---|---|
| Message-ID | <[email protected]> |
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
----------
We are transitioning to a web based forum
for community help discussions at
https://octave.discourse.group/c/help