bug-apl
[Top][All Lists]
Advanced

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

Re: [Bug-apl] Nil result from ⌹


From: Juergen Sauermann
Subject: Re: [Bug-apl] Nil result from ⌹
Date: Sun, 28 Aug 2016 14:02:11 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.4.0

Hi again,

I believe I managed to reduce the amount of memory needed for A⌹B considerably. SVN 791.

/// Jürgen


On 08/28/2016 12:05 PM, Juergen Sauermann wrote:
Hi Kacper,

thanks, fixed in SVN 790.

You will now get a WS FULL because the computation of
A⌹A needs
a 99999×99999 matrix internally which is about 80 GB large for real and
160 GB for complex matrices.

/// Jürgen


On 08/28/2016 04:08 AM, Kacper Gutowski wrote:
Hi,
Matrix division returns no value for large-shaped arguments.
There doesn't seem to be any fixed threshold above which it fails,
it differs from case to case.

      A←?99999 3⍴256
      X←A⌹A
      X
VALUE ERROR
      X
      ^


-k





reply via email to

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