help-octave
[Top][All Lists]
Advanced

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

pinv() error message


From: Ether Jones
Subject: pinv() error message
Date: Tue, 10 Oct 2017 19:29:27 -0400

Please, what settings do I need to change
so Octave can complete the following computation
without error. I have 3GB installed memory,
and Process Explorer says I have over 2GB
of physical memory available:

+ size (A)
   25362    3331

+ size (b)
   25362    1

+ X = pinv(A) * b;

error: memory exhausted or requested size too large
for range of Octave's index type
error: execution failed

reply via email to

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