bug-apl
[Top][All Lists]
Advanced

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

Re: sparse vector 'without' returns ⍬ with sufficiently large vector


From: Ala'a Mohammad
Subject: Re: sparse vector 'without' returns ⍬ with sufficiently large vector
Date: Thu, 30 Apr 2020 23:17:20 +0400

Hi,

I suspect It has something to do with Zero value.

Kacper example also produce output when Zero is replaced with other values.

HiH

Regards,

On Thu, Apr 30, 2020 at 11:12 PM Kacper Gutowski <address@hidden> wrote:
On Thu, Apr 30, 2020 at 08:14:46PM +0200, Dr. Jürgen Sauermann wrote:
>Could you please reformulate the problem in a more readable way?
>I have not idea what the _expression_ is doing and  if the result is correct or
>not.
>Or which primitive actually fails.

I understand the problem is as described in the subject. 
Here's a less verbose reproducer:

       ]BOXING 8
       (3600 ↑1) ~ 0
┌→┐
│1│
└─┘
       (3601 ↑1) ~ 0   ⍝ should also be ,1
┌⊖┐
│0│
└─┘

-k


reply via email to

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